Class XMPPUtils
java.lang.Object
org.apache.axis2.transport.xmpp.util.XMPPUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAccountName(String transportUrl) Extract XMPP server accountName section from transport URL passed in.static StringgetServiceName(String transportUrl) Extract Service name from transport URL passed in
-
Constructor Details
-
XMPPUtils
public XMPPUtils()
-
-
Method Details
-
getAccountName
Extract XMPP server accountName section from transport URL passed in.- Parameters:
transportUrl-- Returns:
- String
- Throws:
org.apache.axis2.AxisFault
-
getServiceName
Extract Service name from transport URL passed in- Parameters:
transportUrl-- Returns:
- Throws:
org.apache.axis2.AxisFault
-