com.ibm.bpe.xpath.spi
Interface XPathExtensionFunctionPlugin
public interface XPathExtensionFunctionPlugin
This interface allows the definition of custom XPath extension functions. These functions can be used in
XPath expressions and conditions in a BPEL process.
Implementing this interface together with an service configuration file exposes
XPath extension functions to the process runtime environment.
- Since:
- 8.5
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getXPathFunctions
XPathExtensionFunctionDescriptor[] getXPathFunctions()
- Exposes XPath extension functions to the process runtime environment.
- Returns:
- An array of
XPathExtensionFunctionDescriptor
that discribes the custom extension functions.