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

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.SubstringBeforeFunctionImpl
All Implemented Interfaces:
Function<java.lang.String>, SubstringBeforeFunction

public class SubstringBeforeFunctionImpl
extends AbstractXPathFunction<java.lang.String>
implements SubstringBeforeFunction

Author:
Nicolas Salatge - eBM WebSourcing, alouis - eBM WebSourcing

Constructor Summary
SubstringBeforeFunctionImpl(java.lang.String ns, java.util.List<java.lang.String> params)
           
 
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

SubstringBeforeFunctionImpl

public SubstringBeforeFunctionImpl(java.lang.String ns,
                                   java.util.List<java.lang.String> params)
                            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.