org.sblim.cimclient.internal.util

Class 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
StringgetHost()
getHost
StringgetPort()
getPort
StringgetProtocol()
getProtocol
voidset(String pXMLHostStr)
set
StringtoString()

Constructor Detail

XMLHostStr

public XMLHostStr()
Ctor.

XMLHostStr

public XMLHostStr(String pXMLHostStr)
Ctor.

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

Method Detail

getHost

public String getHost()
getHost

Returns: String

getPort

public String getPort()
getPort

Returns: String

getProtocol

public String getProtocol()
getProtocol

Returns: String

set

public void set(String pXMLHostStr)
set

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

toString

public String toString()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.