-
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description BulkResponse
getBulkResponse(String requestId)
Returns the BulkResponse associated with specified requestId.BusinessLifeCycleManager
getBusinessLifeCycleManager()
Returns the BusinessLifeCycleManager object implemented by the JAXR provider.BusinessQueryManager
getBusinessQueryManager()
Returns the BusinessQueryManager object implemented by the JAXR provider.CapabilityProfile
getCapabilityProfile()
Returns the CapabilityProfile for the JAXR provider.DeclarativeQueryManager
getDeclarativeQueryManager()
Returns the DeclarativeQueryManager object implemented by the JAXR provider.ClassificationScheme
getDefaultPostalScheme()
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.String
makeRegistrySpecificRequest(String request)
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.
-
-
-
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
-
getDeclarativeQueryManager
DeclarativeQueryManager getDeclarativeQueryManager() throws JAXRException, UnsupportedCapabilityException
Returns the DeclarativeQueryManager object implemented by the JAXR provider.- Capability Level: 1
- Returns:
- the DeclarativeQueryManager
- Throws:
JAXRException
- If the JAXR provider encounters an internal errorUnsupportedCapabilityException
-
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 requestIdJAXRException
- 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
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
21/08/2025 17:22:05 Cette version de la page est en cache (à la date du 21/08/2025 17:22:05) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 18/04/2008, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/xml/registry/registryservice.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.