|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |