public class XmppBinding extends Object
Constructor and Description |
---|
XmppBinding() |
XmppBinding(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
Modifier and Type | Method and Description |
---|---|
Object |
extractBodyFromXmpp(org.apache.camel.Exchange exchange,
org.jivesoftware.smack.packet.Packet xmppPacket)
Extracts the body from the XMPP message
|
Map<String,Object> |
extractHeadersFromXmpp(org.jivesoftware.smack.packet.Packet xmppPacket,
org.apache.camel.Exchange exchange) |
void |
populateXmppMessage(org.jivesoftware.smack.packet.Message message,
org.apache.camel.Exchange exchange)
Populates the given XMPP message from the inbound exchange
|
void |
populateXmppPacket(org.jivesoftware.smack.packet.Packet packet,
org.apache.camel.Exchange exchange)
Populates the given XMPP packet from the inbound exchange
|
public XmppBinding()
public XmppBinding(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
public void populateXmppMessage(org.jivesoftware.smack.packet.Message message, org.apache.camel.Exchange exchange)
public void populateXmppPacket(org.jivesoftware.smack.packet.Packet packet, org.apache.camel.Exchange exchange)
public Object extractBodyFromXmpp(org.apache.camel.Exchange exchange, org.jivesoftware.smack.packet.Packet xmppPacket)
Apache Camel