Package com.sun.xml.registry.uddi
Class CapabilityProfileImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.CapabilityProfileImpl
-
- All Implemented Interfaces:
CapabilityProfile
public class CapabilityProfileImpl extends Object implements CapabilityProfile
Class Declaration for Class1- Author:
- Farrukh S. Najmi
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCapabilityProfileImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCapabilityLevel()Gets the capability level supported by the JAXR provider.static CapabilityProfileImplgetInstance()StringgetVersion()Gets the JAXR specification version supported by the JAXR provider.
-
-
-
Method Detail
-
getInstance
public static CapabilityProfileImpl getInstance()
-
getCapabilityLevel
public int getCapabilityLevel() throws JAXRExceptionDescription copied from interface:CapabilityProfileGets the capability level supported by the JAXR provider.- Capability Level: 0
- Specified by:
getCapabilityLevelin interfaceCapabilityProfile- Returns:
- the capability level
- Throws:
JAXRException- If the JAXR provider encounters an internal error
-
getVersion
public String getVersion() throws JAXRException
Description copied from interface:CapabilityProfileGets the JAXR specification version supported by the JAXR provider.- Capability Level: 0
- Specified by:
getVersionin interfaceCapabilityProfile- Returns:
- the specification version
- Throws:
JAXRException- If the JAXR provider encounters an internal error
-
-