org.sblim.wbem.util
Class XMLHostStr
java.lang.Object
org.sblim.wbem.util.XMLHostStr
public class XMLHostStr
extends java.lang.Object
XMLHostStr helps to convert XML HOST element style string into JSR48 style
protocol, host and port strings.
XMLHostStr
public XMLHostStr()
Ctor.
XMLHostStr
public XMLHostStr(String pXMLHostStr)
Ctor.
pXMLHostStr
- - like https://anything.org:5989
getFile
public String getFile()
getFile
getHost
public String getHost()
getHost
getPort
public String getPort()
getPort
getProtocol
public String getProtocol()
getProtocol
set
public void set(String pXMLHostStr)
set
pXMLHostStr
- - like https://anything.org:5989
toString
public String toString()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.