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()
           
 XmppBinding XmppExchange.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(org.apache.camel.CamelContext context, XmppBinding binding)
           
XmppExchange(org.apache.camel.CamelContext context, XmppBinding binding, org.jivesoftware.smack.packet.Message message)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.