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 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
 



Apache CAMEL