All Classes and Interfaces

Class
Description
Super class for XML transformers.
Base class for XPath MessageSelector implementations.
The validation exception which aggregate all the XML validation errors.
Boolean XPath testing MessageSelector.
Default implementation of XmlPayloadConverter.
 
SourceFactory implementation which supports creation of a DOMSource from a Document, File or String payload.
 
An implementation of AbstractTransformer that delegates to an OXM Marshaller.
 
XPath MessageSelector that tests if a provided String value matches a given Regular Expression.
Factory to create a Result possibly taking into account the provided message payload instance.
Creates a Document from a Result payload.
Converts the passed Result to an instance of String.
Implementations of this class allow for the transformation of Result objects to other formats.
Transforms the payload to a Source using a SourceFactory.
Factory to create a Source possibly taking into account the provided message payload instance.
 
SourceFactory implementation which supports creation of a StringSource from a Document, File or String payload
XPath MessageSelector that tests if a provided value supports payloads of type Document or String.
An implementation of Transformer that delegates to an OXM Unmarshaller.
 
Converter for creating XML Document, Node or Source instances from other types (e.g.
 
The XML validation-specific MessageSelector.
 
Enumeration of different types of XPath evaluation used to indicate the type of evaluation that should be carried out using a provided XPath expression.
The xPath-specific HeaderValueMessageProcessor
Parser for the <xpath-expression> element.
Parser for the <xpath-filter> element.
Transformer implementation that evaluates XPath expressions against the message payload and inserts the result of the evaluation into a message header.
Parser for <xpath-header-enricher> elements.
Message Splitter that uses an XPathExpression to split a Document, File or String payload into a NodeList.
 
Message Router that uses XPathExpression evaluation to determine channel names.
Parser for the <xpath-router/> element.
Transformer implementation that evaluates an XPath expression against the inbound Message payload and returns a Message whose payload is the result of that evaluation.
Parser for the 'xpath-transformer' element.
Utility class for 'xpath' support.
Thread safe XSLT transformer implementation which returns a transformed Source, Document, or String.