IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 5.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM Platform, Enterprise Edition, v 5.0

javax.xml.registry
Interface CapabilityProfile


public interface CapabilityProfile

Provides information about the capabilities of a JAXR provider.

Author:
Farrukh S. Najmi

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

Method Detail

getVersion

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

Capability Level: 0

Returns:
the specification version
Throws:
JAXRException - If the JAXR provider encounters an internal error

getCapabilityLevel

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

Capability Level: 0

Returns:
the capability level
Throws:
JAXRException - If the JAXR provider encounters an internal error

Copyright 2003 Sun Microsystems, Inc. All rights reserved