Uses of Class
org.apache.camel.component.xmpp.XmppBinding

Uses of XmppBinding in org.apache.camel.component.xmpp
 

Methods in org.apache.camel.component.xmpp that return XmppBinding
 XmppBinding XmppExchange.getBinding()
           
 XmppBinding XmppEndpoint.getBinding()
           
 

Methods in org.apache.camel.component.xmpp with parameters of type XmppBinding
 void XmppEndpoint.setBinding(XmppBinding binding)
          Sets the binding used to convert from a Camel message to and from an XMPP message
 

Constructors in org.apache.camel.component.xmpp with parameters of type XmppBinding
XmppExchange(CamelContext context, ExchangePattern pattern, XmppBinding binding)
           
XmppExchange(CamelContext context, ExchangePattern pattern, XmppBinding binding, org.jivesoftware.smack.packet.Message message)
           
XmppExchange(DefaultExchange parent, XmppBinding binding)
           
 



Apache CAMEL