|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.xmpp.XmppConversationFactory
public class XmppConversationFactory
A factory that creates XmppConversation
instances based on the endpoint's configuration.
Constructor Summary | |
---|---|
XmppConversationFactory()
|
Method Summary | |
---|---|
XmppConversation |
create(ImmutableEndpoint endpoint)
|
protected XmppConversation |
createChatConversation(ImmutableEndpoint endpoint)
|
protected XmppConversation |
createGroupchatConversation(ImmutableEndpoint endpoint)
|
protected XmppConversation |
createMessageConversation(ImmutableEndpoint endpoint)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmppConversationFactory()
Method Detail |
---|
public XmppConversation create(ImmutableEndpoint endpoint)
protected XmppConversation createMessageConversation(ImmutableEndpoint endpoint)
protected XmppConversation createChatConversation(ImmutableEndpoint endpoint)
protected XmppConversation createGroupchatConversation(ImmutableEndpoint endpoint)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |