Uses of Class
org.apache.axis2.transport.xmpp.util.XMPPConnectionFactory
-
Packages that use XMPPConnectionFactory Package Description org.apache.axis2.transport.xmpp.util -
-
Uses of XMPPConnectionFactory in org.apache.axis2.transport.xmpp.util
Methods in org.apache.axis2.transport.xmpp.util that return XMPPConnectionFactory Modifier and Type Method Description XMPPConnectionFactory
XMPPOutTransportInfo. getConnectionFactory()
Methods in org.apache.axis2.transport.xmpp.util with parameters of type XMPPConnectionFactory Modifier and Type Method Description void
XMPPOutTransportInfo. setConnectionFactory(XMPPConnectionFactory connectionFactory)
Constructors in org.apache.axis2.transport.xmpp.util with parameters of type XMPPConnectionFactory Constructor Description XMPPPacketListener(XMPPConnectionFactory xmppConnectionFactory, ConfigurationContext configurationContext, Executor workerPool)
-