IBM WebSphere Application ServerTM
Release 8

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
           
 
Method Summary
 XPathExtensionFunctionDescriptor[] getXPathFunctions()
          Exposes XPath extension functions to the process runtime environment.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getXPathFunctions

XPathExtensionFunctionDescriptor[] getXPathFunctions()
Exposes XPath extension functions to the process runtime environment.

Returns:
An array of XPathExtensionFunctionDescriptor that discribes the custom extension functions.

IBM WebSphere Application ServerTM
Release 8