Package org.springframework.integration.xml.transformer

Class Summary
ResultToDocumentTransformer Creates a Document from a Result payload
SourceCreatingTransformer Transforms the payload to a Source using a SourceFactory Default to using a DomSourceFactory if alternative is not provided
XmlPayloadMarshallingTransformer An implementation of MessageTransformer that delegates to an OXM Marshaller
XmlPayloadUnmarshallingTransfomer An implementation of MessageTransformer that delegates to an OXM Unmarshaller Expects the payload to be of type Source or to have an instance of SourceFactory that can convert to a Source
XsltPayloadTransformer Simple XSLT transformer implementation which returns a transformed Source, Document, or String.