public class ChannelEndpointAdapterDefinition extends MessageChannelAdapterType
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/config}MessageChannelAdapterType">
<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 |
actor, channel, channelName, channelResolver, id, messageChannelTemplate, messagingTemplate, timeout, useObjectMessages| Constructor and Description |
|---|
ChannelEndpointAdapterDefinition() |
| 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.
|
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.
|
getActor, getChannel, getChannelName, getChannelResolver, getId, getMessageChannelTemplate, getMessagingTemplate, getTimeout, isUseObjectMessages, setActor, setChannel, setChannelName, setChannelResolver, setId, setMessageChannelTemplate, setMessagingTemplate, setTimeout, setUseObjectMessagesprotected String pollingInterval
protected String messageCorrelator
protected String fallbackAdapter
public 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.