Interface CapabilityProfile


public interface CapabilityProfile
Provides information about the capabilities of a Jakarta XML Registries provider.
Author:
Farrukh S. Najmi
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the capability level supported by the Jakarta XML Registries provider.
    Gets the Jakarta XML Registries specification version supported by the Jakarta XML Registries provider.
  • Method Details

    • getVersion

      String getVersion() throws JAXRException
      Gets the Jakarta XML Registries specification version supported by the Jakarta XML Registries provider.
      Capability Level: 0
      Returns:
      the specification version
      Throws:
      JAXRException - If the Jakarta XML Registries provider encounters an internal error
    • getCapabilityLevel

      int getCapabilityLevel() throws JAXRException
      Gets the capability level supported by the Jakarta XML Registries provider.
      Capability Level: 0
      Returns:
      the capability level
      Throws:
      JAXRException - If the Jakarta XML Registries provider encounters an internal error