public class ChatMessageListeningEndpoint extends AbstractXmppConnectionAwareEndpoint
initialized, xmppConnectionlogger| Constructor and Description |
|---|
ChatMessageListeningEndpoint() |
ChatMessageListeningEndpoint(org.jivesoftware.smack.tcp.XMPPTCPConnection xmppConnection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart()
Takes no action by default.
|
protected void |
doStop()
Takes no action by default.
|
String |
getComponentType()
Subclasses may implement this method to provide component type information.
|
void |
setExtractPayload(boolean extractPayload)
Specify whether the text message body should be extracted when mapping to a
Spring Integration Message payload.
|
void |
setHeaderMapper(XmppHeaderMapper headerMapper) |
onInitsendMessage, setErrorChannel, setOutputChannel, setSendTimeout, setShouldTrackgetPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stopafterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComponentNamepublic ChatMessageListeningEndpoint()
public ChatMessageListeningEndpoint(org.jivesoftware.smack.tcp.XMPPTCPConnection xmppConnection)
public void setHeaderMapper(XmppHeaderMapper headerMapper)
public void setExtractPayload(boolean extractPayload)
public String getComponentType()
IntegrationObjectSupportgetComponentType in interface NamedComponentgetComponentType in class IntegrationObjectSupportprotected void doStart()
MessageProducerSupportdoStart in class MessageProducerSupportprotected void doStop()
MessageProducerSupportdoStop in class MessageProducerSupportCopyright © 2016. All rights reserved.