public abstract class CIMHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.net.URI |
createCimomUri(CIMObjectPath pPath)
Creates a URI of a CIMOM from a given CIM object path, adding default
port if port not parsable.
|
static java.net.URI |
createCimomUri(java.net.URI pUri)
Creates a URI of a CIMOM from a given URI, adding default port if port
not specified.
|
public static java.net.URI createCimomUri(CIMObjectPath pPath) throws java.net.URISyntaxException
pPath
- The CIM object path.java.net.URISyntaxException
public static java.net.URI createCimomUri(java.net.URI pUri) throws java.net.URISyntaxException
pUri
- The URI.java.net.URISyntaxException
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.