Package | Description |
---|---|
com.consol.citrus.channel |
Modifier and Type | Class and Description |
---|---|
class |
ChannelSyncEndpointConfiguration |
Modifier and Type | Method and Description |
---|---|
ChannelEndpointConfiguration |
ChannelEndpoint.getEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
Message |
ChannelMessageConverter.convertInbound(org.springframework.messaging.Message externalMessage,
ChannelEndpointConfiguration endpointConfiguration,
TestContext context) |
org.springframework.messaging.Message |
ChannelMessageConverter.convertOutbound(Message internalMessage,
ChannelEndpointConfiguration endpointConfiguration,
TestContext context) |
void |
ChannelMessageConverter.convertOutbound(org.springframework.messaging.Message externalMessage,
Message internalMessage,
ChannelEndpointConfiguration endpointConfiguration,
TestContext context) |
Constructor and Description |
---|
ChannelConsumer(String name,
ChannelEndpointConfiguration endpointConfiguration)
Default constructor using endpoint configuration.
|
ChannelEndpoint(ChannelEndpointConfiguration endpointConfiguration)
Constructor with endpoint configuration.
|
ChannelProducer(String name,
ChannelEndpointConfiguration endpointConfiguration)
Default constructor using endpoint configuration.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.