public class ChannelMessageConverter extends Object implements MessageConverter<org.springframework.messaging.Message,ChannelEndpointConfiguration>
Constructor and Description |
---|
ChannelMessageConverter() |
Modifier and Type | Method and Description |
---|---|
Message |
convertInbound(org.springframework.messaging.Message externalMessage,
ChannelEndpointConfiguration endpointConfiguration,
TestContext context)
Converts external message to internal representation.
|
org.springframework.messaging.Message |
convertOutbound(Message internalMessage,
ChannelEndpointConfiguration endpointConfiguration,
TestContext context)
Converts internal message representation to external message for outbound communication.
|
void |
convertOutbound(org.springframework.messaging.Message externalMessage,
Message internalMessage,
ChannelEndpointConfiguration endpointConfiguration,
TestContext context)
Converts internal message representation to external message for outbound communication.
|
public org.springframework.messaging.Message convertOutbound(Message internalMessage, ChannelEndpointConfiguration endpointConfiguration, TestContext context)
MessageConverter
convertOutbound
in interface MessageConverter<org.springframework.messaging.Message,ChannelEndpointConfiguration>
public Message convertInbound(org.springframework.messaging.Message externalMessage, ChannelEndpointConfiguration endpointConfiguration, TestContext context)
MessageConverter
convertInbound
in interface MessageConverter<org.springframework.messaging.Message,ChannelEndpointConfiguration>
public void convertOutbound(org.springframework.messaging.Message externalMessage, Message internalMessage, ChannelEndpointConfiguration endpointConfiguration, TestContext context)
MessageConverter
convertOutbound
in interface MessageConverter<org.springframework.messaging.Message,ChannelEndpointConfiguration>
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.