org.sblim.cimclient.internal.uri
public class NamespacePath extends Object
namespacePath = [namespaceType ":"] namespaceHandle namespaceType = ("http" ["s"]) / ("cimxml.wbem" ["s"])
Constructor Summary | |
---|---|
protected | NamespacePath(String pNamespaceType, NamespaceHandle pNamespaceHandle) |
NamespacePath(String pNamespaceName)
Constructs a NamespacePath with namespace name only.
|
Method Summary | |
---|---|
String | getHost()
getHost
|
String | getNamespaceName()
getNamespaceName
|
String | getNamespaceType()
getNamespaceType
|
String | getPort()
getPort
|
String | getUserInfo()
getUserInfo
|
static NamespacePath | parse(URIString pUriStr)
Tries to parse a namespace path from the passed uriStr .
|
String | toString() |
Parameters: pNamespaceName
Returns: String
Returns: the namespace name String
Returns: the namespace type String
Returns: String
Returns: String
uriStr
.
Parameters: pUriStr
Returns: NamespacePath
instance or null
if
failed.
See Also: java.lang.Object#toString()