org.sblim.cimclient.internal.util
Class XMLHostStr

java.lang.Object
  extended by org.sblim.cimclient.internal.util.XMLHostStr

public class XMLHostStr
extends Object

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

XMLHostStr

public XMLHostStr()
Ctor.


XMLHostStr

public XMLHostStr(String pXMLHostStr)
Ctor.

Parameters:
pXMLHostStr - - like https://anything.org:5989
Method Detail

set

public void set(String pXMLHostStr)
set

Parameters:
pXMLHostStr - - like https://anything.org:5989

getProtocol

public String getProtocol()
getProtocol

Returns:
String

getHost

public String getHost()
getHost

Returns:
String

getPort

public String getPort()
getPort

Returns:
String

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.