Package com.sun.xml.registry.uddi
Class CapabilityProfileImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.CapabilityProfileImpl
-
- All Implemented Interfaces:
javax.xml.registry.CapabilityProfile
public class CapabilityProfileImpl extends Object implements javax.xml.registry.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()static CapabilityProfileImplgetInstance()StringgetVersion()
-
-
-
Method Detail
-
getInstance
public static CapabilityProfileImpl getInstance()
-
getCapabilityLevel
public int getCapabilityLevel() throws javax.xml.registry.JAXRException- Specified by:
getCapabilityLevelin interfacejavax.xml.registry.CapabilityProfile- Throws:
javax.xml.registry.JAXRException
-
getVersion
public String getVersion() throws javax.xml.registry.JAXRException
- Specified by:
getVersionin interfacejavax.xml.registry.CapabilityProfile- Throws:
javax.xml.registry.JAXRException
-
-