Class R_OSGiWSNamespace
- java.lang.Object
- 
- org.eclipse.ecf.core.identity.Namespace
- 
- org.eclipse.ecf.provider.r_osgi.identity.R_OSGiNamespace
- 
- org.eclipse.ecf.provider.r_osgi.identity.R_OSGiWSNamespace
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- org.eclipse.core.runtime.IAdaptable
 
 public class R_OSGiWSNamespace extends R_OSGiNamespace - Since:
- 3.5
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringNAME_WS- 
Fields inherited from class org.eclipse.ecf.provider.r_osgi.identity.R_OSGiNamespaceNAME, NAMESPACE_SCHEME
 - 
Fields inherited from class org.eclipse.ecf.core.identity.NamespaceSCHEME_SEPARATOR
 
- 
 - 
Constructor SummaryConstructors Constructor Description R_OSGiWSNamespace()constructor.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IDcreateInstance(Object[] parameters)create a new ID within this namespace.static NamespacegetDefault()get the singleton instance of this namespace.StringgetScheme()get the scheme of this namespace.String[]getSupportedSchemes()get all supported schemes.- 
Methods inherited from class org.eclipse.ecf.provider.r_osgi.identity.R_OSGiNamespacegetSupportedParameterTypes
 - 
Methods inherited from class org.eclipse.ecf.core.identity.Namespaceequals, getAdapter, getCompareToForObject, getDescription, getHashCodeForID, getInitStringFromExternalForm, getName, getNameForID, hashCode, initialize, testIDEquals, toExternalForm, toString
 
- 
 
- 
- 
- 
Field Detail- 
NAME_WSpublic static final String NAME_WS - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDefaultpublic static Namespace getDefault() get the singleton instance of this namespace.- Returns:
- the instance.
 
 - 
createInstancepublic ID createInstance(Object[] parameters) throws IDCreateException create a new ID within this namespace.- Overrides:
- createInstancein class- R_OSGiNamespace
- Parameters:
- parameters- the parameter to pass to the ID.
- Returns:
- the new ID
- Throws:
- IDCreateException- if the creation fails.
- See Also:
- Namespace.createInstance(java.lang.Object[])
 
 - 
getSchemepublic String getScheme() get the scheme of this namespace.- Overrides:
- getSchemein class- R_OSGiNamespace
- Returns:
- the scheme.
- See Also:
- Namespace.getScheme()
 
 - 
getSupportedSchemespublic String[] getSupportedSchemes() get all supported schemes.- Overrides:
- getSupportedSchemesin class- R_OSGiNamespace
- Returns:
- an array of supported schemes.
- See Also:
- Namespace.getSupportedSchemes()
 
 
- 
 
-