Uses of Class
javax.xml.registry.InvalidRequestException
Packages that use InvalidRequestException
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
-
Uses of InvalidRequestException in javax.xml.registry
Methods in javax.xml.registry that throw InvalidRequestExceptionModifier and TypeMethodDescriptionvoidBusinessLifeCycleManager.confirmAssociation(Association assoc) Confirms this Association by the User associated with the caller.LifeCycleManager.createClassification(Concept concept) Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme.LifeCycleManager.createClassificationScheme(String name, String description) Creates a ClassificationScheme given the specified String parameters.LifeCycleManager.createClassificationScheme(Concept concept) Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.LifeCycleManager.createClassificationScheme(InternationalString name, InternationalString description) Creates a ClassificationScheme given the specified InternationalString parameters.LifeCycleManager.createObject(String interfaceName) Creates instances of information model interfaces (factory method).DeclarativeQueryManager.createQuery(int queryType, String queryString) Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String that represents a query in the syntax appropriate for queryType.RegistryService.getBulkResponse(String requestId) Returns the BulkResponse associated with specified requestId.voidBusinessLifeCycleManager.unConfirmAssociation(Association assoc) Undoes a previous confirmation of this Association by the User associated with the caller.