com.ebmwebsourcing.easybpel.model.bpel.api.expression.function
Class AbstractXPathFunction<T>

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.api.expression.function.AbstractXPathFunction<T>
All Implemented Interfaces:
Function<T>
Direct Known Subclasses:
CodepointsToStringFunctionImpl, CompareFunctionImpl, ConcatFunctionImpl, ContainsFunctionImpl, CountFunctionImpl, CurrentDateFunctionImpl, CurrentDateTimeFunctionImpl, CurrentTimeFunctionImpl, DateTimeFunctionImpl, DayFromDateFunctionImpl, DayFromDateTimeFunctionImpl, EscapeHTMLURIFunctionImpl, FalseFunctionImpl, LowerCaseFunctionImpl, NormalizeSpaceFunctionImpl, NotFunctionImpl, NumberFunctionImpl, StringFunctionImpl, StringLengthFunctionImpl, SubstringAfterFunctionImpl, SubstringBeforeFunctionImpl, SubstringFunctionImpl, TranslateFunctionImpl, TrueFunctionImpl, UpperCaseFunctionImpl

public abstract class AbstractXPathFunction<T>
extends java.lang.Object
implements Function<T>

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
AbstractXPathFunction(java.lang.String ns)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.expression.function.Function
process
 

Constructor Detail

AbstractXPathFunction

public AbstractXPathFunction(java.lang.String ns)
                      throws BPELException
Throws:
BPELException


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