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

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

Methods in org.apache.camel.component.xmpp that return XmppExchange
 XmppExchange XmppEndpoint.createExchange()
           
 XmppExchange XmppEndpoint.createExchange(org.jivesoftware.smack.packet.Message message)
           
 XmppExchange XmppMessage.getExchange()
           
 

Methods in org.apache.camel.component.xmpp that return types with arguments of type XmppExchange
 org.apache.camel.Consumer<XmppExchange> XmppEndpoint.createConsumer(org.apache.camel.Processor processor)
           
protected  org.apache.camel.Endpoint<XmppExchange> XmppComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 org.apache.camel.Producer<XmppExchange> XmppEndpoint.createGroupChatProducer(String room)
           
 org.apache.camel.Producer<XmppExchange> XmppEndpoint.createPrivateChatProducer(String participant)
           
 org.apache.camel.Producer<XmppExchange> XmppEndpoint.createProducer()
           
 

Methods in org.apache.camel.component.xmpp with parameters of type XmppExchange
 Object XmppBinding.extractBodyFromXmpp(XmppExchange exchange, org.jivesoftware.smack.packet.Message message)
          Extracts the body from the XMPP message
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.