|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.xmpp.AbstractXmppConversation
org.mule.transport.xmpp.XmppMessageConversation
public class XmppMessageConversation
XmppConversation
implementation for sending normal Jabber messages.
Field Summary |
---|
Fields inherited from class org.mule.transport.xmpp.AbstractXmppConversation |
---|
connection, logger, packetCollector, recipient |
Constructor Summary | |
---|---|
XmppMessageConversation(ImmutableEndpoint endpoint)
|
Method Summary | |
---|---|
protected org.jivesoftware.smack.filter.PacketFilter |
createPacketFilter()
|
void |
dispatch(org.jivesoftware.smack.packet.Message message)
Asynchronously dispatch message via the Jabber conversation. |
Methods inherited from class org.mule.transport.xmpp.AbstractXmppConversation |
---|
connect, createPacketCollector, disconnect, doConnect, doDisconnect, receive, receive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmppMessageConversation(ImmutableEndpoint endpoint)
Method Detail |
---|
protected org.jivesoftware.smack.filter.PacketFilter createPacketFilter()
createPacketFilter
in class AbstractXmppConversation
PacketFilter
instance that matches the desired message type and recipient
for this conversation.public void dispatch(org.jivesoftware.smack.packet.Message message)
XmppConversation
message
via the Jabber conversation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |