Package org.springframework.integration.xml.transformer
Provides Transformer and Enricher implementations.
-
Interface Summary Interface Description ResultTransformer Implementations of this class allow for the transformation ofResult
objects to other formats. -
Class Summary Class Description AbstractXmlTransformer super class for XmlTransformerMarshallingTransformer An implementation ofAbstractTransformer
that delegates to an OXMMarshaller
.ResultToDocumentTransformer ResultToStringTransformer SourceCreatingTransformer Transforms the payload to aSource
using aSourceFactory
.UnmarshallingTransformer An implementation ofTransformer
that delegates to an OXMUnmarshaller
.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