Class XMPPClientConnectionFactory
java.lang.Object
org.apache.axis2.transport.xmpp.util.XMPPClientConnectionFactory
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jivesoftware.smack.XMPPConnectionconnect(XMPPServerCredentials serverCredentials) Connects to a XMPP server based on the details available in serverCredentials objectorg.jivesoftware.smack.XMPPConnectionvoidstop()
-
Constructor Details
-
XMPPClientConnectionFactory
public XMPPClientConnectionFactory()
-
-
Method Details
-
connect
public org.jivesoftware.smack.XMPPConnection connect(XMPPServerCredentials serverCredentials) throws org.apache.axis2.AxisFault Connects to a XMPP server based on the details available in serverCredentials object- Parameters:
serverCredentials-- Throws:
org.jivesoftware.smack.XMPPExceptionorg.apache.axis2.AxisFault
-
getXmppConnection
public org.jivesoftware.smack.XMPPConnection getXmppConnection() -
stop
public void stop()
-