Uses of Class
com.consol.citrus.channel.ChannelEndpointConfiguration
-
Packages that use ChannelEndpointConfiguration Package Description com.consol.citrus.channel -
-
Uses of ChannelEndpointConfiguration in com.consol.citrus.channel
Subclasses of ChannelEndpointConfiguration in com.consol.citrus.channel Modifier and Type Class Description classChannelSyncEndpointConfigurationMethods in com.consol.citrus.channel that return ChannelEndpointConfiguration Modifier and Type Method Description ChannelEndpointConfigurationChannelEndpoint. getEndpointConfiguration()Methods in com.consol.citrus.channel with parameters of type ChannelEndpointConfiguration Modifier and Type Method Description com.consol.citrus.message.MessageChannelMessageConverter. convertInbound(org.springframework.messaging.Message<?> externalMessage, ChannelEndpointConfiguration endpointConfiguration, com.consol.citrus.context.TestContext context)org.springframework.messaging.Message<?>ChannelMessageConverter. convertOutbound(com.consol.citrus.message.Message internalMessage, ChannelEndpointConfiguration endpointConfiguration, com.consol.citrus.context.TestContext context)voidChannelMessageConverter. convertOutbound(org.springframework.messaging.Message<?> externalMessage, com.consol.citrus.message.Message internalMessage, ChannelEndpointConfiguration endpointConfiguration, com.consol.citrus.context.TestContext context)Constructors in com.consol.citrus.channel with parameters of type ChannelEndpointConfiguration Constructor 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.
-