org.springframework.integration.xmpp.messages
Class XmppMessageSendingMessageHandler
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.handler.AbstractMessageHandler
org.springframework.integration.xmpp.messages.XmppMessageSendingMessageHandler
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, InitializingBean, Lifecycle, Ordered, NamedComponent, MessageHandler, TrackableComponent
public class XmppMessageSendingMessageHandler
- extends AbstractMessageHandler
- implements Lifecycle
- Since:
- 2.0
- Author:
- Josh Long, Mario Gray
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getRequiredMetadataPersister, getTaskScheduler, onInit, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString |
XmppMessageSendingMessageHandler
public XmppMessageSendingMessageHandler()
setXmppConnection
public void setXmppConnection(org.jivesoftware.smack.XMPPConnection xmppConnection)
handleMessageInternal
protected void handleMessageInternal(Message<?> message)
- Specified by:
handleMessageInternal
in class AbstractMessageHandler
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.