See: Description
Interface | Description |
---|---|
ResultTransformer |
Implementations of this class allow for the transformation of
Result
objects to other formats. |
Class | Description |
---|---|
AbstractXmlTransformer |
super class for XmlTransformer
|
MarshallingTransformer |
An implementation of
AbstractTransformer that delegates
to an OXM Marshaller . |
ResultToDocumentTransformer | |
ResultToStringTransformer | |
SourceCreatingTransformer |
Transforms the payload to a
Source using a SourceFactory . |
UnmarshallingTransformer |
An implementation of
Transformer
that delegates to an OXM Unmarshaller . |
XPathHeaderEnricher |
Transformer implementation that evaluates XPath expressions against the
message payload and inserts the result of the evaluation into a message
header.
|
XPathTransformer |
Transformer implementation that evaluates an XPath expression against the inbound
Message payload and returns a Message whose payload is the result of that evaluation.
|
XsltPayloadTransformer |