Class XMPPUtils
- java.lang.Object
-
- org.apache.axis2.transport.xmpp.util.XMPPUtils
-
public class XMPPUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description XMPPUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getAccountName(String transportUrl)
Extract XMPP server accountName section from transport URL passed in.static String
getServiceName(String transportUrl)
Extract Service name from transport URL passed in
-