org.sblim.wbem.util

Class 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.

Constructor Summary

XMLHostStr()
Ctor.
XMLHostStr(String pXMLHostStr)
Ctor.

Method Summary

String
getFile()
getFile
String
getHost()
getHost
String
getPort()
getPort
String
getProtocol()
getProtocol
void
set(String pXMLHostStr)
set
String
toString()

Constructor Details

XMLHostStr

public XMLHostStr()
Ctor.

XMLHostStr

public XMLHostStr(String pXMLHostStr)
Ctor.
Parameters:
pXMLHostStr - - like https://anything.org:5989

Method Details

getFile

public String getFile()
getFile
Returns:
String

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.