Package org.springframework.integration.xml.transformer

Interface Summary
ResultTransformer  
TransformerConfigurer Allows customistation of the transformer based on the recevied message prior to transformation
 

Class Summary
DefaultTransformerConfigurer TransformerConfigurer instance which looks for headers and uses them to configure the provided Transformer instance.
MarshallingTransformer An implementation of AbstractTransformer that delegates to an OXM Marshaller.
ResultToDocumentTransformer Creates a Document from a Result payload.
ResultToStringTransformer Converts the passed Result to an instance of String Supports StringResult and DOMResult
SourceCreatingTransformer Transforms the payload to a Source using a SourceFactory.
UnmarshallingTransformer An implementation of PayloadTransformer that delegates to an OXM Unmarshaller.
XsltHeaders Message headers that can be used to configure the Transformer instance used for Xsl transformation
XsltPayloadTransformer Thread safe XSLT transformer implementation which returns a transformed Source, Document, or String.