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.Stanza stanza)
Extracts the body from the XMPP message
|
Map<String,Object> |
extractHeadersFromXmpp(org.jivesoftware.smack.packet.Stanza stanza,
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 |
populateXmppStanza(org.jivesoftware.smack.packet.Stanza stanza,
org.apache.camel.Exchange exchange)
Populates the given XMPP stanza 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 populateXmppStanza(org.jivesoftware.smack.packet.Stanza stanza, org.apache.camel.Exchange exchange)
public Object extractBodyFromXmpp(org.apache.camel.Exchange exchange, org.jivesoftware.smack.packet.Stanza stanza)
Apache Camel