| Name | Description | Type | Package | Framework |
| SourceCreatingTransformer | Transforms the payload to a Source using a SourceFactory. | Class | org.springframework.integration.xml.transformer | Spring Integration |
| ResultTransformer | objects to other formats. | Interface | org.springframework.integration.xml.transformer | Spring Integration |
| ResultToDocumentTransformer | Creates a Document from a Result payload. | Class | org.springframework.integration.xml.transformer | Spring Integration |
| ResultToStringTransformer | Converts the passed Result to an instance of String. | Class | org.springframework.integration.xml.transformer | Spring Integration |
| MarshallingTransformer | An implementation of AbstractTransformer that delegates to an OXM Marshaller. | Class | org.springframework.integration.xml.transformer | Spring Integration |
| AbstractXmlTransformer | super class for XmlTransformerAuthor:Jonas Partner, Mark Fisher, Artem Bilan, Liujiong | Class | org.springframework.integration.xml.transformer | Spring Integration |
| UnmarshallingTransformer | An implementation of Transformer that delegates to an OXMUnmarshaller. | Class | org.springframework.integration.xml.transformer | Spring Integration |
| XPathExpressionEvaluatingHeaderValueMessageProcessor | Class | org.springframework.integration.xml.transformer.support | Spring Integration | |
| XPathHeaderEnricher | Transformer implementation that evaluates XPath expressions against themessage payload and inserts the result of the evaluation into a message | Class | org.springframework.integration.xml.transformer | Spring Integration |
| XPathTransformer | Transformer implementation that evaluates an XPath expression against the inboundMessage payload and returns a Message whose payload is the result of that evaluation. | Class | org.springframework.integration.xml.transformer | Spring Integration |
| XsltPayloadTransformer | Thread safe XSLT transformer implementation which returns a transformedSource, Document, or String. | Class | org.springframework.integration.xml.transformer | Spring Integration |