public class MessageChannelAdapterType extends Object
Java class for MessageChannelAdapterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageChannelAdapterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="message-channel-template" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="messaging-template" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="channel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="channel-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="channel-resolver" type="{http://www.w3.org/2001/XMLSchema}string" />
<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 |
channel |
protected String |
channelName |
protected String |
channelResolver |
protected String |
id |
protected String |
messageChannelTemplate |
protected String |
messagingTemplate |
protected String |
timeout |
protected Boolean |
useObjectMessages |
| Constructor and Description |
|---|
MessageChannelAdapterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActor()
Gets the value of the actor property.
|
String |
getChannel()
Gets the value of the channel property.
|
String |
getChannelName()
Gets the value of the channelName property.
|
String |
getChannelResolver()
Gets the value of the channelResolver property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMessageChannelTemplate()
Gets the value of the messageChannelTemplate property.
|
String |
getMessagingTemplate()
Gets the value of the messagingTemplate property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
Boolean |
isUseObjectMessages()
Gets the value of the useObjectMessages property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setChannel(String value)
Sets the value of the channel property.
|
void |
setChannelName(String value)
Sets the value of the channelName property.
|
void |
setChannelResolver(String value)
Sets the value of the channelResolver property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMessageChannelTemplate(String value)
Sets the value of the messageChannelTemplate property.
|
void |
setMessagingTemplate(String value)
Sets the value of the messagingTemplate 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 messageChannelTemplate
protected String messagingTemplate
protected String channel
protected String channelName
protected String channelResolver
protected Boolean useObjectMessages
protected String actor
protected String timeout
public void setId(String value)
value - allowed object is
Stringpublic String getMessageChannelTemplate()
Stringpublic void setMessageChannelTemplate(String value)
value - allowed object is
Stringpublic String getMessagingTemplate()
Stringpublic void setMessagingTemplate(String value)
value - allowed object is
Stringpublic String getChannel()
Stringpublic void setChannel(String value)
value - allowed object is
Stringpublic String getChannelName()
Stringpublic void setChannelName(String value)
value - allowed object is
Stringpublic String getChannelResolver()
Stringpublic void setChannelResolver(String value)
value - allowed object is
Stringpublic 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.