Package org.apache.camel.component.xmpp
Class XmppBinding
- java.lang.Object
-
- org.apache.camel.component.xmpp.XmppBinding
-
public class XmppBinding extends Object
-
-
Constructor Summary
Constructors Constructor Description XmppBinding()XmppBinding(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectextractBodyFromXmpp(org.apache.camel.Exchange exchange, org.jivesoftware.smack.packet.Stanza stanza)Extracts the body from the XMPP messageMap<String,Object>extractHeadersFromXmpp(org.jivesoftware.smack.packet.Stanza stanza, org.apache.camel.Exchange exchange)voidpopulateXmppMessage(org.jivesoftware.smack.packet.Message message, org.apache.camel.Exchange exchange)Populates the given XMPP message from the inbound exchangevoidpopulateXmppStanza(org.jivesoftware.smack.packet.Stanza stanza, org.apache.camel.Exchange exchange)Populates the given XMPP stanza from the inbound exchange
-
-
-
Method Detail
-
populateXmppMessage
public void populateXmppMessage(org.jivesoftware.smack.packet.Message message, org.apache.camel.Exchange exchange)Populates the given XMPP message from the inbound exchange
-
populateXmppStanza
public void populateXmppStanza(org.jivesoftware.smack.packet.Stanza stanza, org.apache.camel.Exchange exchange)Populates the given XMPP stanza from the inbound exchange
-
extractBodyFromXmpp
public Object extractBodyFromXmpp(org.apache.camel.Exchange exchange, org.jivesoftware.smack.packet.Stanza stanza)
Extracts the body from the XMPP message
-
-