com.ebmwebsourcing.easybpel.model.bpel.impl.expression.function
Class StringLengthFunctionImpl

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

public class StringLengthFunctionImpl
extends AbstractXPathFunction<java.lang.Integer>
implements 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 BPELException
Throws:
BPELException

StringLengthFunctionImpl

public StringLengthFunctionImpl(java.lang.String ns)
                         throws BPELException
Throws:
BPELException
Method Detail

process

public java.lang.Integer process()
                          throws BPELException
Specified by:
process in interface Function<java.lang.Integer>
Throws:
BPELException


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.