public class JmsAdapterType extends Object
Java class for jmsAdapterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jmsAdapterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="destination" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="destination-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connection-factory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jms-template" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-converter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pub-sub-domain" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="use-object-messages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="actor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actor |
protected String |
connectionFactory |
protected String |
destination |
protected String |
destinationName |
protected String |
id |
protected String |
jmsTemplate |
protected String |
messageConverter |
protected Boolean |
pubSubDomain |
protected String |
timeout |
protected Boolean |
useObjectMessages |
| Constructor and Description |
|---|
JmsAdapterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActor()
Gets the value of the actor property.
|
String |
getConnectionFactory()
Gets the value of the connectionFactory property.
|
String |
getDestination()
Gets the value of the destination property.
|
String |
getDestinationName()
Gets the value of the destinationName property.
|
String |
getId()
Gets the value of the id property.
|
String |
getJmsTemplate()
Gets the value of the jmsTemplate property.
|
String |
getMessageConverter()
Gets the value of the messageConverter property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
Boolean |
isPubSubDomain()
Gets the value of the pubSubDomain property.
|
Boolean |
isUseObjectMessages()
Gets the value of the useObjectMessages property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setConnectionFactory(String value)
Sets the value of the connectionFactory property.
|
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setDestinationName(String value)
Sets the value of the destinationName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setJmsTemplate(String value)
Sets the value of the jmsTemplate property.
|
void |
setMessageConverter(String value)
Sets the value of the messageConverter property.
|
void |
setPubSubDomain(Boolean value)
Sets the value of the pubSubDomain property.
|
void |
setTimeout(String value)
Sets the value of the timeout property.
|
void |
setUseObjectMessages(Boolean value)
Sets the value of the useObjectMessages property.
|
protected String id
protected String destination
protected String destinationName
protected String connectionFactory
protected String jmsTemplate
protected String messageConverter
protected Boolean pubSubDomain
protected Boolean useObjectMessages
protected String actor
protected String timeout
public void setId(String value)
value - allowed object is
Stringpublic String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic String getDestinationName()
Stringpublic void setDestinationName(String value)
value - allowed object is
Stringpublic String getConnectionFactory()
Stringpublic void setConnectionFactory(String value)
value - allowed object is
Stringpublic String getJmsTemplate()
Stringpublic void setJmsTemplate(String value)
value - allowed object is
Stringpublic String getMessageConverter()
Stringpublic void setMessageConverter(String value)
value - allowed object is
Stringpublic Boolean isPubSubDomain()
Booleanpublic void setPubSubDomain(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseObjectMessages()
Booleanpublic void setUseObjectMessages(Boolean value)
value - allowed object is
Booleanpublic String getActor()
Stringpublic void setActor(String value)
value - allowed object is
Stringpublic String getTimeout()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.