public abstract class AbstractXmppConnectionAwareEndpoint
extends org.springframework.integration.endpoint.MessageProducerSupport
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
initialized |
protected org.jivesoftware.smack.XMPPConnection |
xmppConnection |
| Constructor and Description |
|---|
AbstractXmppConnectionAwareEndpoint() |
AbstractXmppConnectionAwareEndpoint(org.jivesoftware.smack.XMPPConnection xmppConnection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onInit() |
afterSingletonsInstantiated, doStart, doStop, getErrorChannel, getMessagingTemplate, getOutputChannel, sendMessage, setErrorChannel, setErrorChannelName, setOutputChannel, setOutputChannelName, setSendTimeout, setShouldTrackdoStop, getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stopafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getComponentType, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, toStringprotected volatile org.jivesoftware.smack.XMPPConnection xmppConnection
protected volatile boolean initialized