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(ExchangePattern pattern)
           
 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
 Consumer<XmppExchange> XmppEndpoint.createConsumer(Processor processor)
           
protected  Endpoint<XmppExchange> XmppComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 Producer<XmppExchange> XmppEndpoint.createGroupChatProducer()
           
 Producer<XmppExchange> XmppEndpoint.createPrivateChatProducer(String participant)
           
 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
 



Apache CAMEL