org.springframework.integration.xmpp.messages
Class XmppMessageSendingMessageHandler
java.lang.Object
org.springframework.integration.xmpp.messages.XmppMessageSendingMessageHandler
- All Implemented Interfaces:
- Lifecycle, MessageHandler
public class XmppMessageSendingMessageHandler
- extends Object
- implements MessageHandler, Lifecycle
- Since:
- 2.0
- Author:
- Josh Long, Mario Gray
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmppMessageSendingMessageHandler
public XmppMessageSendingMessageHandler()
setXmppConnection
public void setXmppConnection(org.jivesoftware.smack.XMPPConnection xmppConnection)
handleMessage
public void handleMessage(Message<?> message)
- Description copied from interface:
MessageHandler
- Handles the message if possible. If the handler cannot deal with the
message this will result in a
MessageRejectedException
e.g.
in case of a Selective Consumer. When a consumer tries to handle a
message, but fails to do so, a MessageHandlingException
is
thrown. In the last case it is recommended to treat the message as tainted
and go into an error scenario.
When the handling results in a message being sent failure to send that
message will result in a MessageDeliveryException
.
- Specified by:
handleMessage
in interface MessageHandler
- Parameters:
message
- the message to be handled
isRunning
public boolean isRunning()
- Specified by:
isRunning
in interface Lifecycle
start
public void start()
- Specified by:
start
in interface Lifecycle
stop
public void stop()
- Specified by:
stop
in interface Lifecycle
Copyright © 2010. All Rights Reserved.