Package toolbox.oracle.xpath.ext

Provides XPath extension functions that can be used with the Oracle XSLT Mapper and the Oracle BPEL and Oracle Mediator service engines.

See:
          Description

Class Summary
ConcatTextNodesXPathImpl XPath function implementation that concatenates the contents of all text() nodes in a given XML tree.
CurrentDateTimeToMillisXPathImpl XPath function implementation to return the current time in milliseconds.
DateTimeToMillisXPathImpl XPath function implementation to return the provided XSD dateTime value in milliseconds.
DigestXPathImpl XPath function implementation to perform a one-way hash on the given string and return either a hexadecimal or base64 representation of the hash.
GetSystemPropertyXPathImpl XPath function implementation to return a named Java System Property.
MapperExtensionFunctions Contains various extension functions that can be used in conjuction with the Oracle XSLT mapper.
MaskXPathImpl XPath function implementation to perform simple String masking operations.
MillisToDateTimeXPathImpl XPath function implementation to convert the given milliseconds value into a valid XSD dateTime value.
OSBExtensionFunctions Contains various extension functions that can be used in Oracle Service Bus.
ParseDateTimeXPathImpl XPath function implementation to convert (parse) the given string into a valid XSD dateTime string using the provided format string.
 

Package toolbox.oracle.xpath.ext Description

Provides XPath extension functions that can be used with the Oracle XSLT Mapper and the Oracle BPEL and Oracle Mediator service engines.

Configuration

The XPath Extension Functions are packaged separately for design time and run time.

Design Time Configuration

Follow the instructions below to make the XPath Extension Functions available in Oracle JDeveloper.

A User Defined Extension Functions group should now be available in the XSLT Mapper and XPath Expression Builder.

Run Time Configuration

These instructions assume that Oracle SOA Suite is hosted on Oracle WebLogic Server and that the following holds true:

Perform the following from a command shell to make the XPath Extension Functions available to the Oracle SOA Suite run time.

OSB Configuration

Some of the XPath Extension Functions are also available for use with Oracle Service Bus. Follow the steps below to make the XPath Extension Functions available in Oracle Service Bus