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

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

public class SubstringAfterFunctionImpl
extends AbstractXPathFunction<java.lang.String>
implements SubstringAfterFunction

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

Constructor Summary
SubstringAfterFunctionImpl(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

SubstringAfterFunctionImpl

public SubstringAfterFunctionImpl(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.