com.ebmwebsourcing.easybpel.xpath.exp.impl.function
Class TranslateFunctionImpl
java.lang.Object
com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.String>
com.ebmwebsourcing.easybpel.xpath.exp.impl.function.TranslateFunctionImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.String>, com.ebmwebsourcing.easybpel.xpath.exp.api.function.TranslateFunction
public class TranslateFunctionImpl
- extends com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.String>
- implements com.ebmwebsourcing.easybpel.xpath.exp.api.function.TranslateFunction
- Author:
- Nicolas Salatge - eBM WebSourcing, alouis - eBM WebSourcing
|
Method Summary |
java.lang.String |
process()
|
protected java.lang.String |
translate(java.lang.String s,
java.lang.String initialValuesString,
java.lang.String finalValuesString)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranslateFunctionImpl
public TranslateFunctionImpl(java.lang.String ns,
java.util.List<java.lang.String> params)
throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
- Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
process
public java.lang.String process()
throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
- Specified by:
process in interface com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.String>
- Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
translate
protected java.lang.String translate(java.lang.String s,
java.lang.String initialValuesString,
java.lang.String finalValuesString)
Copyright © 2008-2011 eBM WebSourcing. All Rights Reserved.