站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.4 API Specifications

CapabilityProfile (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications

JavaTM 2 Platform
Ent. Ed. v1.4

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

public 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

public 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

JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.