|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.util.XMLHostStr
public class XMLHostStr
XMLHostStr helps to convert XML HOST element style string into JSR48 style protocol, host and port strings.
Constructor Summary | |
---|---|
XMLHostStr()
Ctor. |
|
XMLHostStr(String pXMLHostStr)
Ctor. |
Method Summary | |
---|---|
String |
getHost()
getHost |
String |
getPort()
getPort |
String |
getProtocol()
getProtocol |
void |
set(String pXMLHostStr)
set |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLHostStr()
public XMLHostStr(String pXMLHostStr)
pXMLHostStr
- - like https://anything.org:5989Method Detail |
---|
public void set(String pXMLHostStr)
pXMLHostStr
- - like https://anything.org:5989public String getProtocol()
public String getHost()
public String getPort()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |