org.springframework.integration.transformer
Class PayloadTransformerAdapter

java.lang.Object
  extended by org.springframework.integration.util.AbstractMethodInvokingAdapter
      extended by org.springframework.integration.transformer.PayloadTransformerAdapter
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered, MessageTransformer, MethodInvoker

public class PayloadTransformerAdapter
extends AbstractMethodInvokingAdapter
implements MessageTransformer

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.util.AbstractMethodInvokingAdapter
logger
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
PayloadTransformerAdapter()
           
 
Method Summary
 void transform(Message message)
           
 
Methods inherited from class org.springframework.integration.util.AbstractMethodInvokingAdapter
afterPropertiesSet, getMethod, getMethodName, getObject, getOrder, initialize, invokeMethod, isInitialized, setMethod, setMethodName, setObject, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayloadTransformerAdapter

public PayloadTransformerAdapter()
Method Detail

transform

public void transform(Message message)
Specified by:
transform in interface MessageTransformer