|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTransformer | |
---|---|
org.springframework.integration.transformer | |
org.springframework.integration.xml.transformer |
Uses of AbstractTransformer in org.springframework.integration.transformer |
---|
Subclasses of AbstractTransformer in org.springframework.integration.transformer | |
---|---|
class |
AbstractPayloadTransformer<T,U>
A base class for Transformer implementations that modify the payload
of a Message . |
class |
ClaimCheckInTransformer
Transformer that stores a Message and returns a new Message whose payload is the id of the stored Message. |
class |
ClaimCheckOutTransformer
Transformer that accepts a Message whose payload is a UUID and retrieves the Message associated with that id from a MessageStore if available. |
class |
MapToObjectTransformer
Will transform Map to an instance of Object. |
class |
ObjectToMapTransformer
Will transform an object graph into a flat Map where keys are valid SpEL expressions and values are of java.lang.* type. |
class |
ObjectToStringTransformer
A simple transformer that creates an outbound payload by invoking the inbound payload Object's toString() method. |
class |
PayloadDeserializingTransformer
Transformer that deserializes the inbound byte array payload to an object by delegating to a Converter<byte[], Object>. |
class |
PayloadSerializingTransformer
Transformer that serializes the inbound payload into a byte array by delegating to a Converter<Object, byte[]>. |
class |
PayloadTypeConvertingTransformer<T,U>
Transformer that converts the inbound payload to an object by delegating to a Converter<Object, Object>. |
Uses of AbstractTransformer in org.springframework.integration.xml.transformer |
---|
Subclasses of AbstractTransformer in org.springframework.integration.xml.transformer | |
---|---|
class |
MarshallingTransformer
An implementation of AbstractTransformer that delegates to an OXM Marshaller . |
class |
SourceCreatingTransformer
Transforms the payload to a Source using a SourceFactory . |
class |
UnmarshallingTransformer
An implementation of Transformer that delegates to an OXM
Unmarshaller . |
class |
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. |
class |
XsltPayloadTransformer
Thread safe XSLT transformer implementation which returns a transformed Source , Document , or String . |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |