Spring Integration

Package org.springframework.integration.xml.transformer

Interface Summary
ResultTransformer  
TransformerConfigurer Allows customization of the transformer based on the received 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 Transformer that delegates to an OXM Unmarshaller.
XPathHeaderEnricher Transformer implementation that evaluates XPath expressions against the message payload and inserts the result of the evaluation into a messsage header.
XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor  
XPathTransformer Transformer implementation that evaluates an XPath expression against the inbound Message payload and returns a Message whose payload is the result of that evaluation.
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.
 


Spring Integration

Copyright © 2010. All Rights Reserved.