public class CapabilityProfileImpl extends Object implements CapabilityProfile
| Modifier | Constructor and Description |
|---|---|
protected |
CapabilityProfileImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static CapabilityProfileImpl getInstance()
public int getCapabilityLevel()
throws JAXRException
CapabilityProfilegetCapabilityLevel in interface CapabilityProfileJAXRException - If the JAXR provider encounters an internal errorpublic String getVersion() throws JAXRException
CapabilityProfilegetVersion in interface CapabilityProfileJAXRException - If the JAXR provider encounters an internal errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.