com.ebmwebsourcing.easybpel.xpath.exp.impl.function
Class NormalizeSpaceFunctionImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.String>
      extended by com.ebmwebsourcing.easybpel.xpath.exp.impl.function.NormalizeSpaceFunctionImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.String>, com.ebmwebsourcing.easybpel.xpath.exp.api.function.NormalizeSpaceFunction

public class NormalizeSpaceFunctionImpl
extends com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.String>
implements com.ebmwebsourcing.easybpel.xpath.exp.api.function.NormalizeSpaceFunction

Author:
Julien Lesbegueries - eBM WebSourcing

Constructor Summary
NormalizeSpaceFunctionImpl(java.lang.String ns)
           
NormalizeSpaceFunctionImpl(java.lang.String ns, java.lang.String string)
           
 
Method Summary
 java.lang.String process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalizeSpaceFunctionImpl

public NormalizeSpaceFunctionImpl(java.lang.String ns,
                                  java.lang.String string)
                           throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException

NormalizeSpaceFunctionImpl

public NormalizeSpaceFunctionImpl(java.lang.String ns)
                           throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Method Detail

process

public java.lang.String process()
                         throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Specified by:
process in interface com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.String>
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException


Copyright © 2012 Petals Link. All Rights Reserved.