public class JmsSyncEndpointConfiguration extends JmsEndpointConfiguration implements PollableEndpointConfiguration
| Constructor and Description |
|---|
JmsSyncEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MessageCorrelator |
getCorrelator()
Gets the correlator.
|
long |
getPollingInterval()
Gets the pollingInterval.
|
javax.jms.Destination |
getReplyDestination()
Gets the replyDestination.
|
String |
getReplyDestinationName()
Gets the replyDestinationName.
|
void |
setCorrelator(MessageCorrelator correlator)
Set the reply message correlator.
|
void |
setPollingInterval(long pollingInterval)
Sets the pollingInterval.
|
void |
setReplyDestination(javax.jms.Destination replyDestination)
Set the reply destination.
|
void |
setReplyDestinationName(String replyDestinationName)
Set the reply destination name.
|
getConnectionFactory, getDestination, getDestinationName, getDestinationName, getDestinationNameResolver, getDestinationResolver, getDurableSubscriberName, getHeaderMapper, getJmsTemplate, getMessageConverter, isAutoStart, isDurableSubscription, isPubSubDomain, isUseObjectMessages, setAutoStart, setConnectionFactory, setDestination, setDestinationName, setDestinationNameResolver, setDestinationResolver, setDurableSubscriberName, setDurableSubscription, setHeaderMapper, setJmsTemplate, setMessageConverter, setPubSubDomain, setUseObjectMessagesgetTimeout, setTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTimeout, setTimeoutpublic void setCorrelator(MessageCorrelator correlator)
correlator - the correlator to setpublic MessageCorrelator getCorrelator()
public javax.jms.Destination getReplyDestination()
public void setReplyDestination(javax.jms.Destination replyDestination)
replyDestination - the replyDestination to setpublic String getReplyDestinationName()
public void setReplyDestinationName(String replyDestinationName)
replyDestinationName - the replyDestinationName to setpublic long getPollingInterval()
getPollingInterval in interface PollableEndpointConfigurationgetPollingInterval in class AbstractPollableEndpointConfigurationpublic void setPollingInterval(long pollingInterval)
setPollingInterval in interface PollableEndpointConfigurationsetPollingInterval in class AbstractPollableEndpointConfigurationpollingInterval - the pollingInterval to setCopyright © 2008–2018 ConSol Software GmbH. All rights reserved.