javax.xml.registry

Interface RegistryService


  • public interface RegistryService
    This is the principal interface implemented by a JAXR provider. A registry client can get this interface from a Connection to a registry. It provides the methods that are used by the client to discover various capability specific interfaces implemented by the JAXR provider.
    Author:
    Farrukh S. Najmi
    See Also:
    Connection
    • Method Detail

      • getCapabilityProfile

        CapabilityProfile getCapabilityProfile()
                                        throws JAXRException
        Returns the CapabilityProfile for the JAXR provider.

        Capability Level: 0
        Returns:
        the CapabilityProfile for a JAXR provider
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
        See Also:
        LifeCycleManager
      • getBusinessLifeCycleManager

        BusinessLifeCycleManager getBusinessLifeCycleManager()
                                                      throws JAXRException
        Returns the BusinessLifeCycleManager object implemented by the JAXR provider.

        Capability Level: 0
        Returns:
        the BusinessLifeCycleManager
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
        See Also:
        LifeCycleManager
      • getBusinessQueryManager

        BusinessQueryManager getBusinessQueryManager()
                                              throws JAXRException
        Returns the BusinessQueryManager object implemented by the JAXR provider.

        Capability Level: 0
        Returns:
        the BusinessQueryManaer
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getBulkResponse

        BulkResponse getBulkResponse(String requestId)
                              throws InvalidRequestException,
                                     JAXRException
        Returns the BulkResponse associated with specified requestId. Once a client retrieves a BulkResponse for a particular requestId any subsequent calls to retrieve the Bulkresponse for the same requestId should result in an InvalidRequestException.

        Capability Level: 0
        Parameters:
        requestId - the id for a previous asynchronous request
        Returns:
        the BulkResponse that contains the result for the specified request
        Throws:
        InvalidRequestException - if no responses exist for specified requestId
        JAXRException - If the JAXR provider encounters an internal error
      • getDefaultPostalScheme

        ClassificationScheme getDefaultPostalScheme()
                                             throws JAXRException
        Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.

        Capability Level: 0
        Returns:
        the ClassificationScheme that is the default postal scheme
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • makeRegistrySpecificRequest

        String makeRegistrySpecificRequest(String request)
                                    throws JAXRException
        Takes a String that is an XML request in a registry-specific format, sends the request to the registry, and returns a String that is the registry-specific XML response.

        Capability Level: 0
        Parameters:
        request - the registry-specific request in a String representation
        Returns:
        the String that is the XML response in a registry-specific manner
        Throws:
        JAXRException - If the JAXR provider encounters an internal error

Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/xml/registry/RegistryService.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com, RegistryService (Java(TM) EE 7 Specification APIs)

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.