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

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

public class LowerCaseFunctionImpl
extends AbstractXPathFunction<java.lang.String>
implements LowerCaseFunction

Author:
Julien Lesbegueries - eBM WebSourcing

Constructor Summary
LowerCaseFunctionImpl(java.lang.String ns, java.lang.String param)
           
 
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

LowerCaseFunctionImpl

public LowerCaseFunctionImpl(java.lang.String ns,
                             java.lang.String param)
                      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.