Package org.springframework.integration.xml.transformer

Interface Summary
ResultTransformer  
 

Class Summary
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.
XmlPayloadMarshallingTransformer An implementation of PayloadTransformer that delegates to an OXM Marshaller.
XmlPayloadUnmarshallingTransformer An implementation of PayloadTransformer that delegates to an OXM Unmarshaller.
XsltPayloadTransformer Thread safe XSLT transformer implementation which returns a transformed Source, Document, or String.