com.sun.xml.registry.uddi
Class CapabilityProfileImpl

java.lang.Object
  extended by 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:

Constructor Summary
protected CapabilityProfileImpl()
           
 
Method Summary
 int getCapabilityLevel()
          Gets the capability level supported by the JAXR provider.
static CapabilityProfileImpl getInstance()
           
 String getVersion()
          Gets the JAXR specification version supported by the JAXR provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapabilityProfileImpl

protected CapabilityProfileImpl()
Method Detail

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.