|
|||||||||
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.ChatMessageSendingMessageHandler
public class ChatMessageSendingMessageHandler
MessageHandler that sends an XMPP Chat Message. Supported payload types are Smack Message (org.jivesoftware.smack.packet.Message) or String.
Field Summary |
---|
Fields inherited from class org.springframework.integration.xmpp.core.AbstractXmppConnectionAwareMessageHandler |
---|
initialized, xmppConnection |
Fields inherited from class org.springframework.integration.handler.AbstractMessageHandler |
---|
logger |
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor Summary | |
---|---|
ChatMessageSendingMessageHandler()
|
|
ChatMessageSendingMessageHandler(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 ChatMessageSendingMessageHandler()
public ChatMessageSendingMessageHandler(org.jivesoftware.smack.XMPPConnection xmppConnection)
Method Detail |
---|
protected void handleMessageInternal(Message<?> message) throws java.lang.Exception
handleMessageInternal
in class AbstractMessageHandler
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |