public class RemoteServiceNamespace extends Namespace
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
SCHEME_SEPARATOR
Constructor and Description |
---|
RemoteServiceNamespace() |
RemoteServiceNamespace(String name,
String desc) |
Modifier and Type | Method and Description |
---|---|
ID |
createInstance(Object[] parameters)
Make an instance of this namespace.
|
String |
getScheme()
Get the primary scheme associated with this namespace.
|
equals, getAdapter, getCompareToForObject, getDescription, getHashCodeForID, getInitStringFromExternalForm, getName, getNameForID, getSupportedParameterTypes, getSupportedSchemes, hashCode, initialize, testIDEquals, toExternalForm, toString
public static final String NAME
public ID createInstance(Object[] parameters) throws IDCreateException
Namespace
See
Namespace.getSupportedParameterTypes()
to get information relevant to
deciding what parameter types are expected by this method.
createInstance
in class Namespace
parameters
- an Object[] of parameters for creating ID instances. May be
null.IDCreateException
- if construction failspublic String getScheme()
Namespace
null
scheme
identifier. Note that the returned scheme should not contain the
Namespace.SCHEME_SEPARATOR (\":\").Copyright © 2017. All rights reserved.