org.apache.camel.component.xmpp
Class XmppBinding
java.lang.Object
org.apache.camel.component.xmpp.XmppBinding
public class XmppBinding
- extends Object
A Strategy used to convert between a Camel XmppExchange and XmppMessage to and from a
XMPP Message
- Version:
- $Revision: 776202 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmppBinding
public XmppBinding()
XmppBinding
public XmppBinding(HeaderFilterStrategy headerFilterStrategy)
populateXmppMessage
public void populateXmppMessage(org.jivesoftware.smack.packet.Message message,
Exchange exchange)
- Populates the given XMPP message from the inbound exchange
extractBodyFromXmpp
public Object extractBodyFromXmpp(XmppExchange exchange,
org.jivesoftware.smack.packet.Message message)
- Extracts the body from the XMPP message
extractHeadersFromXmpp
public Map<String,Object> extractHeadersFromXmpp(org.jivesoftware.smack.packet.Message xmppMessage)
Apache CAMEL