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

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

public class StringFunctionImpl
extends AbstractXPathFunction<java.lang.String>
implements StringFunction

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
StringFunctionImpl(java.lang.String ns, org.jdom.Element val)
           
 
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

StringFunctionImpl

public StringFunctionImpl(java.lang.String ns,
                          org.jdom.Element val)
                   throws BPELException
Throws:
BPELException
Method Detail

process

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


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