Package org.springframework.integration.xml.transformer

Interface Summary
ResultTransformer  
 

Class Summary
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.
XsltPayloadTransformer Thread safe XSLT transformer implementation which returns a transformed Source, Document, or String.