Class PassThruMessageConverter

java.lang.Object
org.springframework.integration.support.converter.PassThruMessageConverter
All Implemented Interfaces:
MessageConverter

public class PassThruMessageConverter extends Object implements MessageConverter
The simple MessageConverter implementation which contract is to return Message as is for both from/to operations.

It is useful in cases of some protocol implementations (e.g. STOMP), which is based on the "Spring Messaging Foundation" and the further logic operates only with Messages, e.g. Spring Integration Adapters.

Since:
4.2
Author:
Artem Bilan