public class JmsEndpointAdapterDefinition extends JmsAdapterType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.citrusframework.org/schema/jms/config}jmsAdapterType">
<attribute name="reply-destination" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="reply-destination-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="polling-interval" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-correlator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fallback-adapter" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fallbackAdapter |
protected String |
messageCorrelator |
protected String |
pollingInterval |
protected String |
replyDestination |
protected String |
replyDestinationName |
actor, connectionFactory, destination, destinationName, id, jmsTemplate, messageConverter, pubSubDomain, timeout, useObjectMessages| Constructor and Description |
|---|
JmsEndpointAdapterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFallbackAdapter()
Gets the value of the fallbackAdapter property.
|
String |
getMessageCorrelator()
Gets the value of the messageCorrelator property.
|
String |
getPollingInterval()
Gets the value of the pollingInterval property.
|
String |
getReplyDestination()
Gets the value of the replyDestination property.
|
String |
getReplyDestinationName()
Gets the value of the replyDestinationName property.
|
void |
setFallbackAdapter(String value)
Sets the value of the fallbackAdapter property.
|
void |
setMessageCorrelator(String value)
Sets the value of the messageCorrelator property.
|
void |
setPollingInterval(String value)
Sets the value of the pollingInterval property.
|
void |
setReplyDestination(String value)
Sets the value of the replyDestination property.
|
void |
setReplyDestinationName(String value)
Sets the value of the replyDestinationName property.
|
getActor, getConnectionFactory, getDestination, getDestinationName, getId, getJmsTemplate, getMessageConverter, getTimeout, isPubSubDomain, isUseObjectMessages, setActor, setConnectionFactory, setDestination, setDestinationName, setId, setJmsTemplate, setMessageConverter, setPubSubDomain, setTimeout, setUseObjectMessagesprotected String replyDestination
protected String replyDestinationName
protected String pollingInterval
protected String messageCorrelator
protected String fallbackAdapter
public String getReplyDestination()
Stringpublic void setReplyDestination(String value)
value - allowed object is
Stringpublic String getReplyDestinationName()
Stringpublic void setReplyDestinationName(String value)
value - allowed object is
Stringpublic String getPollingInterval()
Stringpublic void setPollingInterval(String value)
value - allowed object is
Stringpublic String getMessageCorrelator()
Stringpublic void setMessageCorrelator(String value)
value - allowed object is
Stringpublic String getFallbackAdapter()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.