Package javax.xml.registry
Interface CapabilityProfile
-
public interface CapabilityProfileProvides information about the capabilities of a Jakarta XML Registries provider.- Author:
- Farrukh S. Najmi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCapabilityLevel()Gets the capability level supported by the Jakarta XML Registries provider.StringgetVersion()Gets the Jakarta XML Registries specification version supported by the Jakarta XML Registries provider.
-
-
-
Method Detail
-
getVersion
String getVersion() throws JAXRException
Gets the Jakarta XML Registries specification version supported by the Jakarta XML Registries provider.- Capability Level: 0
- Returns:
- the specification version
- Throws:
JAXRException- If the Jakarta XML Registries provider encounters an internal error
-
getCapabilityLevel
int getCapabilityLevel() throws JAXRExceptionGets the capability level supported by the Jakarta XML Registries provider.- Capability Level: 0
- Returns:
- the capability level
- Throws:
JAXRException- If the Jakarta XML Registries provider encounters an internal error
-
-