Uses of Interface
javax.xml.registry.JAXRResponse

Packages that use JAXRResponse
Package
Description
This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.
  • Uses of JAXRResponse in javax.xml.registry

    Subinterfaces of JAXRResponse in javax.xml.registry
    Modifier and Type
    Interface
    Description
    interface 
    Contains the response of a method in the API that performs a bulk operation and returns a bulk response.
    Classes in javax.xml.registry that implement JAXRResponse
    Modifier and Type
    Class
    Description
    class 
    A RegistryException that occurs during a delete action.
    class 
    A RegistryException that occurs during a find action.
    class 
    This exception is thrown when a Jakarta XML Registries client attempts to invoke an API method that is not valid for some reason.
    class 
    Signals that a Jakarta XML Registries exception has occurred.
    class 
    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.
    class 
    A RegistryException that occurs during a save action.
    class 
    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.
    class 
    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.