public abstract class AbstractXmppConnectionAwareMessageHandler extends AbstractMessageHandler
Modifier and Type | Field and Description |
---|---|
protected boolean |
initialized |
protected org.jivesoftware.smack.tcp.XMPPTCPConnection |
xmppConnection |
logger
Constructor and Description |
---|
AbstractXmppConnectionAwareMessageHandler() |
AbstractXmppConnectionAwareMessageHandler(org.jivesoftware.smack.tcp.XMPPTCPConnection xmppConnection) |
Modifier and Type | Method and Description |
---|---|
protected void |
onInit()
Subclasses may implement this for initialization logic.
|
getComponentType, getOrder, handleMessage, handleMessageInternal, setOrder, setShouldTrack
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComponentName
protected volatile org.jivesoftware.smack.tcp.XMPPTCPConnection xmppConnection
protected volatile boolean initialized
public AbstractXmppConnectionAwareMessageHandler()
public AbstractXmppConnectionAwareMessageHandler(org.jivesoftware.smack.tcp.XMPPTCPConnection xmppConnection)
protected void onInit() throws Exception
IntegrationObjectSupport
onInit
in class IntegrationObjectSupport
Exception
Copyright © 2016. All rights reserved.