javax.xml.registry
Interface CapabilityProfile


public interface CapabilityProfile

Provides information about teh capabilities of a JAXR provider.


Method Summary
 int getCapabilityLevel()
          Gets the capability level supported by the JAXR provider.
 java.lang.String getVersion()
          Gets the JAXR specification version supported by the JAXR provider.
 

Method Detail

getVersion

public java.lang.String getVersion()
                            throws JAXRException
Gets the JAXR specification version supported by the JAXR provider.

Capability Level: 0

getCapabilityLevel

public int getCapabilityLevel()
                       throws JAXRException
Gets the capability level supported by the JAXR provider.

Capability Level: 0