Package javax.xml.registry

This package and its sub-packages describes the API classes and interfaces for the JAXR API.

See:
          Description

Interface Summary
BulkResponse Contains the response of a method in the API that performs a bulk operation and returns a bulk response.
BusinessLifeCycleManager This is the interface exposed by the Registry Service that implements the life cycle management functionality of the Registry as part of a business level API.
BusinessQueryManager This is the interface exposed by the Registry Service that implements the business style query interface.
CapabilityProfile Provides information about teh capabilities of a JAXR provider.
CataloguedObject A wrapper interface that wraps a RegistryEntry and the RepositoryItem that it catalogs.
Connection This class represents a connection between a JAXR client and a JAXR provider.
DeclarativeQueryManager This interface provides the ability to execute declarative queries (e.g.
Federation Represents a single logical connection to a federation or group of registry providers.
FindQualifier FindQualifier provides various constants that identify options that effect find method behaviour.
JAXRResponse A JAXR requests' response.
LifeCycleManager This is the main interface in the API for managing life cycle operations on objects defined by the information model.
Query The Query interface encapsulates a query in a declarative query language.
QueryManager This is the common base interface for all QueryManagers in the API.
RegistryService This is the principal interface implemented by a JAXR provider.
 

Class Summary
ConnectionFactory This is the abstract base class for factory classes for creating a JAXR connection.
 

Exception Summary
DeleteException  
FindException  
InvalidRequestException This exception is thrown when a JAXR client attempts to invoke an API method that is not a valid for some reason.
JAXRException Signals that a JAXR exception has occured.
SaveException  
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.
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.
 

Package javax.xml.registry Description

This package and its sub-packages describes the API classes and interfaces for the JAXR API. In this package are the high level interfaces and classes that a client uses to interact with a registry via a JAXR provider.

Fig. 1 below shows the primary interfaces in the JAXR API:

Fig. 2 below shows the response and exception classes in the JAXR API: