|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.context.IntegrationObjectSupport org.springframework.integration.handler.AbstractMessageHandler org.springframework.integration.xmpp.core.AbstractXmppConnectionAwareMessageHandler org.springframework.integration.xmpp.outbound.PresenceSendingMessageHandler
public class PresenceSendingMessageHandler
MessageHandler that publishes updated Presence values for a given XMPP connection.
Field Summary |
---|
Fields inherited from class org.springframework.integration.xmpp.core.AbstractXmppConnectionAwareMessageHandler |
---|
initialized, xmppConnection |
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
logger |
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor Summary | |
---|---|
PresenceSendingMessageHandler()
|
|
PresenceSendingMessageHandler(org.jivesoftware.smack.XMPPConnection xmppConnection)
|
Method Summary | |
---|---|
protected void |
handleMessageInternal(Message<?> message)
|
Methods inherited from class org.springframework.integration.xmpp.core.AbstractXmppConnectionAwareMessageHandler |
---|
onInit |
Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler |
---|
getComponentType, getOrder, handleMessage, setOrder, setShouldTrack |
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
---|
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.integration.context.NamedComponent |
---|
getComponentName |
Constructor Detail |
---|
public PresenceSendingMessageHandler()
public PresenceSendingMessageHandler(org.jivesoftware.smack.XMPPConnection xmppConnection)
Method Detail |
---|
protected void handleMessageInternal(Message<?> message) throws java.lang.Exception
handleMessageInternal
in class AbstractMessageHandler
java.lang.Exception
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |