Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BulkResponse
Contains the response of a method in the API that performs a bulk
operation and returns a bulk response.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteException
A RegistryException that occurs during a delete action.
|
class |
FindException
A RegistryException that occurs during a find action.
|
class |
InvalidRequestException
This exception is thrown when a JAXR client attempts to invoke an API method
that is not valid for some reason.
|
class |
JAXRException
Signals that a JAXR exception has occurred.
|
class |
RegistryException
This is the common base class for all Exceptions that are detected on the registry
provider side rather than the JAXR client side.
|
class |
SaveException
A RegistryException that occurs during a save action.
|
class |
UnexpectedObjectException
This exception is thrown when the JAXR provider finds a Object that is
out-of-place or of the wrong type within the context of a user request.
|
class |
UnsupportedCapabilityException
This exception must be thrown when a JAXR client attempts to invoke an API method
that is not supported by the capability profile that is supported by the
JAXR provider.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.