public class PresenceListeningEndpoint extends AbstractXmppConnectionAwareEndpoint
Messages when a
particular Presence event occurs within the logged-in user's Roster.
(e.g., logged in/out, changed status etc.)initialized, xmppConnection| Constructor and Description |
|---|
PresenceListeningEndpoint() |
PresenceListeningEndpoint(org.jivesoftware.smack.XMPPConnection xmppConnection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart()
Takes no action by default.
|
protected void |
doStop()
Takes no action by default.
|
java.lang.String |
getComponentType()
Subclasses may implement this method to provide component type information.
|
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 PresenceListeningEndpoint()
public PresenceListeningEndpoint(org.jivesoftware.smack.XMPPConnection xmppConnection)
public java.lang.String getComponentType()
IntegrationObjectSupportgetComponentType in interface NamedComponentgetComponentType in class IntegrationObjectSupportprotected void doStart()
MessageProducerSupportdoStart in class MessageProducerSupportprotected void doStop()
MessageProducerSupportdoStop in class MessageProducerSupport