Uses of Class
javax.xml.registry.InvalidRequestException

Packages that use InvalidRequestException
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
 

Uses of InvalidRequestException in javax.xml.registry
 

Methods in javax.xml.registry that throw InvalidRequestException
 java.lang.Object LifeCycleManager.createObject(java.lang.String interfaceName)
          Creates instances of information model interfaces (factory method).
 Classification 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.
 ClassificationScheme LifeCycleManager.createClassificationScheme(java.lang.String name, java.lang.String description)
          Creates a ClassificationScheme given the specified String parameters.
 ClassificationScheme LifeCycleManager.createClassificationScheme(InternationalString name, InternationalString description)
          Creates a ClassificationScheme given the specified InternationalString parameters.
 ClassificationScheme LifeCycleManager.createClassificationScheme(Concept concept)
          Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.
 void BusinessLifeCycleManager.confirmAssociation(Association assoc)
          Confirms this Association by the User associated with the caller.
 void BusinessLifeCycleManager.unConfirmAssociation(Association assoc)
          Undoes a previous confirmation of this Association by the User associated with the caller.
 BulkResponse RegistryService.getBulkResponse(java.lang.String requestId)
          Returns the BulkResponse associated with specified requestId.
 Query DeclarativeQueryManager.createQuery(int queryType, java.lang.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.