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
- See Also:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CapabilityProfileImpl
protected CapabilityProfileImpl()
getInstance
public static CapabilityProfileImpl getInstance()
getCapabilityLevel
public int getCapabilityLevel()
throws JAXRException
- Description copied from interface:
CapabilityProfile
- Gets the capability level supported by the JAXR provider.
- Capability Level: 0
- Specified by:
getCapabilityLevel in interface CapabilityProfile
- Returns:
- the capability level
- Throws:
JAXRException - If the JAXR provider encounters an internal error
getVersion
public String getVersion()
throws JAXRException
- Description copied from interface:
CapabilityProfile
- Gets the JAXR specification version supported by the JAXR provider.
- Capability Level: 0
- Specified by:
getVersion in interface CapabilityProfile
- Returns:
- the specification version
- Throws:
JAXRException - If the JAXR provider encounters an internal error
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.