Package javax.xml.registry


package javax.xml.registry

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

Figure 1 shows the primary interfaces in the Jakarta XML Registries API.

Primary Interfaces in the Jakarta XML Registries API
Figure 1. Primary Interfaces in the Jakarta XML Registries API

Figure 2 shows the response and exception classes in the Jakarta XML Registries API.

Response and Exception Classes in the Jakarta XML Registries API
Figure 2. Response and Exception Classes in the Jakarta XML Registries API
Since:
1.0
  • Class
    Description
    Contains the response of a method in the API that performs a bulk operation and returns a bulk response.
    The BusinessLifeCycleManager interface, which is exposed by the Registry Service, implements the life cycle management functionality of the Registry as part of a business level API.
    The BusinessQueryManager interface, which is exposed by the Registry Service, implements the business style query interface.
    Provides information about the capabilities of a Jakarta XML Registries provider.
    This class represents a connection between a Jakarta XML Registries client and a Jakarta XML Registries provider.
    This is the abstract base class for factory classes for creating a Jakarta XML Registries connection.
    This interface provides the ability to execute declarative queries (e.g.
    A RegistryException that occurs during a delete action.
    Represents a single logical connection to a federation or group of registry providers.
    A RegistryException that occurs during a find action.
    FindQualifier provides various constants that identify options that effect find method behavior.
    This exception is thrown when a Jakarta XML Registries client attempts to invoke an API method that is not valid for some reason.
    Signals that a Jakarta XML Registries exception has occurred.
    A Jakarta XML Registries requests' response.
    The LifeCycleManager interface is the main interface in the API for managing life cycle operations on objects defined by the information model.
    The Query interface encapsulates a query in a declarative query language.
    This is the common base interface for all QueryManagers in the API.
    This is the common base class for all Exceptions that are detected on the registry provider side rather than the Jakarta XML Registries client side.
    This is the principal interface implemented by a Jakarta XML Registries provider.
    A RegistryException that occurs during a save action.
    This exception is thrown when the Jakarta XML Registries provider finds a Object that is out-of-place or of the wrong type within the context of a user request.
    This exception must be thrown when a Jakarta XML Registries client attempts to invoke an API method that is not supported by the capability profile that is supported by the Jakarta XML Registries provider.