Package com.consol.citrus.channel
Class ChannelSyncEndpointConfiguration
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpointConfiguration
-
- com.consol.citrus.channel.ChannelEndpointConfiguration
-
- com.consol.citrus.channel.ChannelSyncEndpointConfiguration
-
- All Implemented Interfaces:
com.consol.citrus.endpoint.EndpointConfiguration,com.consol.citrus.endpoint.PollableEndpointConfiguration
public class ChannelSyncEndpointConfiguration extends ChannelEndpointConfiguration implements com.consol.citrus.endpoint.PollableEndpointConfiguration
- Since:
- 1.4
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description ChannelSyncEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.consol.citrus.message.MessageCorrelatorgetCorrelator()Gets the correlator.longgetPollingInterval()Gets the pollingInterval.voidsetCorrelator(com.consol.citrus.message.MessageCorrelator correlator)Set the reply message correlator.voidsetPollingInterval(long pollingInterval)Sets the pollingInterval.-
Methods inherited from class com.consol.citrus.channel.ChannelEndpointConfiguration
getBeanFactory, getChannel, getChannelName, getChannelResolver, getMessageConverter, getMessagingTemplate, isFilterInternalHeaders, isUseObjectMessages, setBeanFactory, setChannel, setChannelName, setChannelResolver, setFilterInternalHeaders, setMessageConverter, setMessagingTemplate, setUseObjectMessages
-
Methods inherited from class com.consol.citrus.endpoint.AbstractEndpointConfiguration
getTimeout, setTimeout
-
-
-
-
Method Detail
-
setCorrelator
public void setCorrelator(com.consol.citrus.message.MessageCorrelator correlator)
Set the reply message correlator.- Parameters:
correlator- the correlator to set
-
getCorrelator
public com.consol.citrus.message.MessageCorrelator getCorrelator()
Gets the correlator.- Returns:
- the correlator
-
getPollingInterval
public long getPollingInterval()
Gets the pollingInterval.- Specified by:
getPollingIntervalin interfacecom.consol.citrus.endpoint.PollableEndpointConfiguration- Returns:
- the pollingInterval the pollingInterval to get.
-
setPollingInterval
public void setPollingInterval(long pollingInterval)
Sets the pollingInterval.- Specified by:
setPollingIntervalin interfacecom.consol.citrus.endpoint.PollableEndpointConfiguration- Parameters:
pollingInterval- the pollingInterval to set
-
-