public class R_OSGiWSNamespace extends R_OSGiNamespace
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME_WS |
NAME, NAMESPACE_SCHEME
SCHEME_SEPARATOR
Constructor and Description |
---|
R_OSGiWSNamespace()
constructor.
|
Modifier and Type | Method and Description |
---|---|
ID |
createInstance(java.lang.Object[] parameters)
create a new ID within this namespace.
|
static Namespace |
getDefault()
get the singleton instance of this namespace.
|
java.lang.String |
getScheme()
get the scheme of this namespace.
|
java.lang.String[] |
getSupportedSchemes()
get all supported schemes.
|
equals, getAdapter, getCompareToForObject, getDescription, getHashCodeForID, getInitStringFromExternalForm, getName, getNameForID, getSupportedParameterTypes, hashCode, initialize, testIDEquals, toExternalForm, toString
public static final java.lang.String NAME_WS
public static Namespace getDefault()
public ID createInstance(java.lang.Object[] parameters) throws IDCreateException
createInstance
in class R_OSGiNamespace
parameters
- the parameter to pass to the ID.IDCreateException
- if the creation fails.Namespace.createInstance(java.lang.Object[])
public java.lang.String getScheme()
getScheme
in class R_OSGiNamespace
Namespace.getScheme()
public java.lang.String[] getSupportedSchemes()
getSupportedSchemes
in class R_OSGiNamespace
Namespace.getSupportedSchemes()