Uses of Class
com.consol.citrus.channel.ChannelSyncEndpointConfiguration
-
Packages that use ChannelSyncEndpointConfiguration Package Description com.consol.citrus.channel -
-
Uses of ChannelSyncEndpointConfiguration in com.consol.citrus.channel
Methods in com.consol.citrus.channel that return ChannelSyncEndpointConfiguration Modifier and Type Method Description ChannelSyncEndpointConfigurationChannelEndpointAdapter. getEndpointConfiguration()ChannelSyncEndpointConfigurationChannelSyncEndpoint. getEndpointConfiguration()Constructors in com.consol.citrus.channel with parameters of type ChannelSyncEndpointConfiguration Constructor Description ChannelEndpointAdapter(ChannelSyncEndpointConfiguration endpointConfiguration)Default constructor using endpoint configuration.ChannelSyncConsumer(String name, ChannelSyncEndpointConfiguration endpointConfiguration)Default constructor using emdpoint configuration.ChannelSyncEndpoint(ChannelSyncEndpointConfiguration endpointConfiguration)Constructor using endpoint configuration.ChannelSyncProducer(String name, ChannelSyncEndpointConfiguration endpointConfiguration)Default constructor using endpoint configuration.
-