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

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.Integer>
      extended by com.ebmwebsourcing.easybpel.xpath.exp.impl.function.StringLengthFunctionImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.Integer>, com.ebmwebsourcing.easybpel.xpath.exp.api.function.StringLengthFunction

public class StringLengthFunctionImpl
extends com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.Integer>
implements com.ebmwebsourcing.easybpel.xpath.exp.api.function.StringLengthFunction

Author:
Julien Lesbegueries - eBM WebSourcing

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

Constructor Detail

StringLengthFunctionImpl

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

StringLengthFunctionImpl

public StringLengthFunctionImpl(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.Integer process()
                          throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Specified by:
process in interface com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.Integer>
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException


Copyright © 2011 Petals Link. All Rights Reserved.