public class JmsEndpointAdapterModel extends JmsAdapterType
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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="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 |
replyDestination |
protected String |
replyDestinationName |
actor, connectionFactory, destination, destinationName, destinationNameResolver, destinationResolver, id, jmsTemplate, messageConverter, pollingInterval, pubSubDomain, timeout, useObjectMessages| Constructor and Description |
|---|
JmsEndpointAdapterModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFallbackAdapter()
Ruft den Wert der fallbackAdapter-Eigenschaft ab.
|
String |
getMessageCorrelator()
Ruft den Wert der messageCorrelator-Eigenschaft ab.
|
String |
getReplyDestination()
Ruft den Wert der replyDestination-Eigenschaft ab.
|
String |
getReplyDestinationName()
Ruft den Wert der replyDestinationName-Eigenschaft ab.
|
void |
setFallbackAdapter(String value)
Legt den Wert der fallbackAdapter-Eigenschaft fest.
|
void |
setMessageCorrelator(String value)
Legt den Wert der messageCorrelator-Eigenschaft fest.
|
void |
setReplyDestination(String value)
Legt den Wert der replyDestination-Eigenschaft fest.
|
void |
setReplyDestinationName(String value)
Legt den Wert der replyDestinationName-Eigenschaft fest.
|
getActor, getConnectionFactory, getDestination, getDestinationName, getDestinationNameResolver, getDestinationResolver, getId, getJmsTemplate, getMessageConverter, getPollingInterval, getTimeout, isPubSubDomain, isUseObjectMessages, setActor, setConnectionFactory, setDestination, setDestinationName, setDestinationNameResolver, setDestinationResolver, setId, setJmsTemplate, setMessageConverter, setPollingInterval, setPubSubDomain, setTimeout, setUseObjectMessagesprotected String replyDestination
protected String replyDestinationName
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 getMessageCorrelator()
Stringpublic void setMessageCorrelator(String value)
value - allowed object is
Stringpublic String getFallbackAdapter()
StringCopyright © 2008–2021 ConSol Software GmbH. All rights reserved.