Class CodecMessageConverter

java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.codec.CodecMessageConverter
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ExpressionCapable, NamedComponent, MessageConverter

public class CodecMessageConverter extends IntegrationObjectSupport implements MessageConverter
A MessageConverter that delegates to a Codec to convert.
Since:
4.2
Author:
Gary Russell