Uses of Class
org.apache.juddi.error.RegistryException

Packages that use RegistryException
org.apache.juddi   
org.apache.juddi.auth   
org.apache.juddi.datastore   
org.apache.juddi.datastore.jdbc   
org.apache.juddi.error   
org.apache.juddi.function   
org.apache.juddi.proxy   
org.apache.juddi.registry   
org.apache.juddi.registry.local   
org.apache.juddi.validator   
 

Uses of RegistryException in org.apache.juddi
 

Methods in org.apache.juddi that throw RegistryException
 DispositionReport IRegistry.addPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport AbstractRegistry.addPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport IRegistry.deleteBinding(AuthInfo authInfo, java.util.Vector bindingKeyVector)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport AbstractRegistry.deleteBinding(AuthInfo authInfo, java.util.Vector bindingKeyVector)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport IRegistry.deleteBusiness(AuthInfo authInfo, java.util.Vector businessKeyVector)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport AbstractRegistry.deleteBusiness(AuthInfo authInfo, java.util.Vector businessKeyVector)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport IRegistry.deletePublisher(AuthInfo authInfo, java.util.Vector publisherIDVector)
          "Used to delete an existing publisher accounts."
 DispositionReport AbstractRegistry.deletePublisher(AuthInfo authInfo, java.util.Vector publisherIDVector)
          "Used to delete an existing publisher accounts."
 DispositionReport IRegistry.deletePublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport AbstractRegistry.deletePublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport IRegistry.deleteService(AuthInfo authInfo, java.util.Vector serviceKeyVector)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport AbstractRegistry.deleteService(AuthInfo authInfo, java.util.Vector serviceKeyVector)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport IRegistry.deleteTModel(AuthInfo authInfo, java.util.Vector tModelKeyVector)
          "Used to delete registered information about a tModel.
 DispositionReport AbstractRegistry.deleteTModel(AuthInfo authInfo, java.util.Vector tModelKeyVector)
          "Used to delete registered information about a tModel.
 DispositionReport IRegistry.discardAuthToken(AuthInfo authInfo)
          "Used to inform an Operator Site that a previously provided authentication token is no longer valid.
 DispositionReport AbstractRegistry.discardAuthToken(AuthInfo authInfo)
          "Used to inform an Operator Site that a previously provided authentication token is no longer valid.
 RegistryObject IRegistry.execute(RegistryObject request)
           
 BindingDetail IRegistry.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BindingDetail AbstractRegistry.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BusinessList IRegistry.findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 BusinessList AbstractRegistry.findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 PublisherList IRegistry.findPublisher(java.lang.String publisherID, java.lang.String name, FindQualifiers findQualifiers, int maxRows)
           
 PublisherList AbstractRegistry.findPublisher(java.lang.String publisherID, java.lang.String name, FindQualifiers findQualifiers, int maxRows)
           
 RelatedBusinessesList IRegistry.findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers, int maxRows)
           
 RelatedBusinessesList AbstractRegistry.findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers, int maxRows)
           
 ServiceList IRegistry.findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 ServiceList AbstractRegistry.findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 TModelList IRegistry.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 TModelList AbstractRegistry.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 AssertionStatusReport IRegistry.getAssertionStatusReport(AuthInfo authInfo, java.lang.String completionStatus)
           
 AssertionStatusReport AbstractRegistry.getAssertionStatusReport(AuthInfo authInfo, java.lang.String completionStatus)
           
 AuthToken IRegistry.getAuthToken(java.lang.String userID, java.lang.String cred)
          "Used to request an authentication token from an Operator Site.
 AuthToken AbstractRegistry.getAuthToken(java.lang.String userID, java.lang.String cred)
          "Used to request an authentication token from an Operator Site.
 BindingDetail IRegistry.getBindingDetail(java.lang.String bindingKey)
          "Used to get full bindingTemplate information suitable for make one or more service requests.
 BindingDetail AbstractRegistry.getBindingDetail(java.lang.String bindingKey)
          Used to get full bindingTemplate information suitable for a particular business service.
 BindingDetail IRegistry.getBindingDetail(java.util.Vector bindingKeys)
          "Used to get full bindingTemplate information suitable for make one or more service requests.
 BindingDetail AbstractRegistry.getBindingDetail(java.util.Vector bindingKeys)
          "Used to get full bindingTemplate information suitable for make one or more service requests.
 BusinessDetail IRegistry.getBusinessDetail(java.lang.String businessKey)
          "Used to get the full businessEntity information for one or more businesses.
 BusinessDetail AbstractRegistry.getBusinessDetail(java.lang.String businessKey)
          Used to get the full businessEntity information for a particular business entity.
 BusinessDetail IRegistry.getBusinessDetail(java.util.Vector businessKeyVector)
          "Used to get the full businessEntity information for one or more businesses.
 BusinessDetail AbstractRegistry.getBusinessDetail(java.util.Vector businessKeyVector)
          "Used to get the full businessEntity information for one or more businesses.
 BusinessDetailExt IRegistry.getBusinessDetailExt(java.lang.String businessKey)
          "Used to get extended businessEntity information.
 BusinessDetailExt AbstractRegistry.getBusinessDetailExt(java.lang.String businessKey)
          "Used to get extended businessEntity information.
 BusinessDetailExt IRegistry.getBusinessDetailExt(java.util.Vector businessKeyVector)
          "Used to get extended businessEntity information.
 BusinessDetailExt AbstractRegistry.getBusinessDetailExt(java.util.Vector businessKeyVector)
          "Used to get extended businessEntity information.
 PublisherAssertions IRegistry.getPublisherAssertions(AuthInfo authInfo)
           
 PublisherAssertions AbstractRegistry.getPublisherAssertions(AuthInfo authInfo)
           
 PublisherDetail IRegistry.getPublisherDetail(java.util.Vector publisherIDVector)
           
 PublisherDetail AbstractRegistry.getPublisherDetail(java.util.Vector publisherIDVector)
           
 RegisteredInfo IRegistry.getRegisteredInfo(AuthInfo authInfo)
          "Used to request an abbreviated synopsis of all information currently managed by a given individual."
 RegisteredInfo AbstractRegistry.getRegisteredInfo(AuthInfo authInfo)
          "Used to request an abbreviated synopsis of all information currently managed by a given individual."
 RegistryInfo IRegistry.getRegistryInfo()
          Used to request public property values from the UDDI registry.
 RegistryInfo AbstractRegistry.getRegistryInfo()
          "Used to request an abbreviated synopsis of all information currently managed by a given individual."
 ServiceDetail IRegistry.getServiceDetail(java.lang.String serviceKey)
          "Used to get full details for a given set of registered businessService data.
 ServiceDetail AbstractRegistry.getServiceDetail(java.lang.String serviceKey)
          "Used to get full details for a particular registered businessService.
 ServiceDetail IRegistry.getServiceDetail(java.util.Vector serviceKeyVector)
          "Used to get full details for a given set of registered businessService data.
 ServiceDetail AbstractRegistry.getServiceDetail(java.util.Vector serviceKeyVector)
          "Used to get full details for a given set of registered businessService data.
 TModelDetail IRegistry.getTModelDetail(java.lang.String tModelKey)
          "Used to get full details for a given set of registered tModel data.
 TModelDetail AbstractRegistry.getTModelDetail(java.lang.String tModelKey)
          "Used to get full details for a particular registered TModel.
 TModelDetail IRegistry.getTModelDetail(java.util.Vector tModelKeyVector)
          "Used to get full details for a given set of registered tModel data.
 TModelDetail AbstractRegistry.getTModelDetail(java.util.Vector tModelKeyVector)
          "Used to get full details for a given set of registered tModel data.
 BindingDetail IRegistry.saveBinding(AuthInfo authInfo, java.util.Vector bindingVector)
          "Used to register new bindingTemplate information or update existing bindingTemplate information.
 BindingDetail AbstractRegistry.saveBinding(AuthInfo authInfo, java.util.Vector bindingVector)
          "Used to register new bindingTemplate information or update existing bindingTemplate information.
 BusinessDetail IRegistry.saveBusiness(AuthInfo authInfo, java.util.Vector businessVector)
          "Used to register new businessEntity information or update existing businessEntity information.
 BusinessDetail AbstractRegistry.saveBusiness(AuthInfo authInfo, java.util.Vector businessVector)
          "Used to register new businessEntity information or update existing businessEntity information.
 PublisherDetail IRegistry.savePublisher(AuthInfo authInfo, java.util.Vector publisherVector)
           
 PublisherDetail AbstractRegistry.savePublisher(AuthInfo authInfo, java.util.Vector publisherVector)
           
 ServiceDetail IRegistry.saveService(AuthInfo authInfo, java.util.Vector serviceVector)
          "Used to register or update complete information about a businessService exposed by a specified businessEntity."
 ServiceDetail AbstractRegistry.saveService(AuthInfo authInfo, java.util.Vector serviceVector)
          "Used to register or update complete information about a businessService exposed by a specified businessEntity."
 TModelDetail IRegistry.saveTModel(AuthInfo authInfo, java.util.Vector tModelVector)
          "Used to register or update complete information about a tModel."
 TModelDetail AbstractRegistry.saveTModel(AuthInfo authInfo, java.util.Vector tModelVector)
          "Used to register or update complete information about a tModel."
 PublisherAssertions IRegistry.setPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 PublisherAssertions AbstractRegistry.setPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector)
           
 DispositionReport IRegistry.validateValues(java.util.Vector businessVector, java.util.Vector serviceVector, java.util.Vector tModelVector)
           
 DispositionReport AbstractRegistry.validateValues(java.util.Vector businessVector, java.util.Vector serviceVector, java.util.Vector tModelVector)
           
 

Uses of RegistryException in org.apache.juddi.auth
 

Methods in org.apache.juddi.auth that throw RegistryException
 java.lang.String XMLDocAuthenticator.authenticate(java.lang.String userID, java.lang.String credential)
           
 java.lang.String DefaultAuthenticator.authenticate(java.lang.String userID, java.lang.String credential)
           
 java.lang.String CryptedXMLDocAuthenticator.authenticate(java.lang.String userID, java.lang.String credential)
           
 java.lang.String Authenticator.authenticate(java.lang.String userID, java.lang.String cred)
           
 

Uses of RegistryException in org.apache.juddi.datastore
 

Methods in org.apache.juddi.datastore that throw RegistryException
 void DataStore.beginTrans()
          begin transaction
 void DataStore.commit()
          commit transaction
 void DataStore.deleteAssertions(java.lang.String publisherID, java.util.Vector assertionVector)
           
 void DataStore.deleteBinding(java.lang.String bindingKey)
           
 void DataStore.deleteBusiness(java.lang.String businessKey)
           
 void DataStore.deletePublisher(java.lang.String publisherID)
           
 void DataStore.deleteService(java.lang.String serviceKey)
           
 void DataStore.deleteTModel(java.lang.String tModelKey)
           
 BindingTemplate DataStore.fetchBinding(java.lang.String bindingKey)
           
 BusinessEntity DataStore.fetchBusiness(java.lang.String businessKey)
           
 BusinessInfo DataStore.fetchBusinessInfo(java.lang.String businessKey)
           
 PublisherInfo DataStore.fetchPublisherInfo(java.lang.String publisherID)
           
 BusinessService DataStore.fetchService(java.lang.String serviceKey)
           
 ServiceInfo DataStore.fetchServiceInfo(java.lang.String serviceKey)
           
 TModel DataStore.fetchTModel(java.lang.String tModelKey)
           
 TModelInfo DataStore.fetchTModelInfo(java.lang.String tModelKey)
           
 java.util.Vector DataStore.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelbag, FindQualifiers findQualifiers)
           
 java.util.Vector DataStore.findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector DataStore.findPublisher(java.lang.String name, FindQualifiers findQualifiers)
           
 java.util.Vector DataStore.findRegisteredBusinesses(java.lang.String publisherID)
           
 java.util.Vector DataStore.findRegisteredTModels(java.lang.String publisherID)
           
 java.util.Vector DataStore.findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers)
           
 java.util.Vector DataStore.findService(java.lang.String businessKey, java.util.Vector names, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector DataStore.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers)
           
 java.lang.String DataStore.generateToken(Publisher publisher)
           
 java.util.Vector DataStore.getAssertions(java.lang.String publisherID)
           
 java.util.Vector DataStore.getAssertionStatusItems(java.lang.String publisherID, java.lang.String completionStatus)
           
 Publisher DataStore.getAuthTokenPublisher(java.lang.String token)
           
 Publisher DataStore.getPublisher(java.lang.String publisherID)
          verify that the individual or system identified by the 'userID' is using the correct password and has the 'authority' to publish to the UDDI registry.
 boolean DataStore.isAdministrator(java.lang.String publisherID)
           
 boolean DataStore.isAuthTokenExpired(java.lang.String token)
           
 boolean DataStore.isBindingPublisher(java.lang.String bindingKey, java.lang.String publisherID)
           
 boolean DataStore.isBusinessPublisher(java.lang.String businessKey, java.lang.String publisherID)
           
 boolean DataStore.isServicePublisher(java.lang.String serviceKey, java.lang.String publisherID)
           
 boolean DataStore.isTModelPublisher(java.lang.String tModelKey, java.lang.String publisherID)
           
 boolean DataStore.isValidBindingKey(java.lang.String bindingKey)
           
 boolean DataStore.isValidBusinessKey(java.lang.String businessKey)
           
 boolean DataStore.isValidServiceKey(java.lang.String serviceKey)
           
 boolean DataStore.isValidTModelKey(java.lang.String tModelKey)
           
 void DataStore.markTModelAsDeleted(java.lang.String tModelKey)
           
 void DataStore.retireAuthToken(java.lang.String token)
           
 void DataStore.rollback()
          rollback transaction
 void DataStore.saveAssertions(java.lang.String publisherID, java.util.Vector assertionVector)
           
 void DataStore.saveBinding(BindingTemplate binding)
           
 void DataStore.saveBusiness(BusinessEntity business, java.lang.String publisherID)
           
 void DataStore.savePublisher(Publisher publisher)
           
 void DataStore.saveService(BusinessService service)
           
 void DataStore.saveTModel(TModel tModel, java.lang.String publisherID)
           
 java.util.Vector DataStore.setAssertions(java.lang.String publisherID, java.util.Vector assertionVector)
           
 void DataStore.storeAuthToken(java.lang.String token, Publisher publisher)
           
 void DataStore.touchAuthToken(java.lang.String token)
           
 

Uses of RegistryException in org.apache.juddi.datastore.jdbc
 

Methods in org.apache.juddi.datastore.jdbc that throw RegistryException
 void JDBCDataStore.beginTrans()
          begin a new transaction
 void JDBCDataStore.commit()
          commit on all connections.
 void JDBCDataStore.deleteAssertions(java.lang.String publisherID, java.util.Vector assertions)
          For each PublisherAssertion in the Vector of PublisherAssertions passed in perform the following steps: 1.
 void JDBCDataStore.deleteBinding(java.lang.String bindingKey)
           
 void JDBCDataStore.deleteBusiness(java.lang.String businessKey)
           
 void JDBCDataStore.deletePublisher(java.lang.String publisherID)
           
 void JDBCDataStore.deleteService(java.lang.String serviceKey)
           
 void JDBCDataStore.deleteTModel(java.lang.String tModelKey)
           
 BindingTemplate JDBCDataStore.fetchBinding(java.lang.String bindingKey)
           
 BusinessEntity JDBCDataStore.fetchBusiness(java.lang.String businessKey)
           
 BusinessInfo JDBCDataStore.fetchBusinessInfo(java.lang.String businessKey)
           
 PublisherInfo JDBCDataStore.fetchPublisherInfo(java.lang.String publisherID)
           
 BusinessService JDBCDataStore.fetchService(java.lang.String serviceKey)
           
 ServiceInfo JDBCDataStore.fetchServiceInfo(java.lang.String serviceKey)
           
 TModel JDBCDataStore.fetchTModel(java.lang.String tModelKey)
           
 TModelInfo JDBCDataStore.fetchTModelInfo(java.lang.String tModelKey)
           
 java.util.Vector JDBCDataStore.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector JDBCDataStore.findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector JDBCDataStore.findPublisher(java.lang.String name, FindQualifiers findQualifiers)
           
 java.util.Vector JDBCDataStore.findRegisteredBusinesses(java.lang.String publisherID)
           
 java.util.Vector JDBCDataStore.findRegisteredTModels(java.lang.String publisherID)
           
 java.util.Vector JDBCDataStore.findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedRef, FindQualifiers findQualifiers)
          1.
 java.util.Vector JDBCDataStore.findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector JDBCDataStore.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers)
           
 java.lang.String JDBCDataStore.generateToken(Publisher publisher)
           
 java.util.Vector JDBCDataStore.getAssertions(java.lang.String publisherID)
          1.
 java.util.Vector JDBCDataStore.getAssertionStatusItems(java.lang.String publisherID, java.lang.String completionStatus)
          1.
 Publisher JDBCDataStore.getAuthTokenPublisher(java.lang.String token)
           
 Publisher JDBCDataStore.getPublisher(java.lang.String publisherID)
          verify that the individual or system identified by the 'publisherID' is a valid jUDDI user (aka publisher).
 boolean JDBCDataStore.isAdministrator(java.lang.String publisherID)
          Will return true if the publisherID parameter specified has been tagged with registry administrator priviledges otherwise returns false.
 boolean JDBCDataStore.isAuthTokenExpired(java.lang.String token)
           
 boolean JDBCDataStore.isBindingPublisher(java.lang.String bindingKey, java.lang.String publisherID)
           
 boolean JDBCDataStore.isBusinessPublisher(java.lang.String businessKey, java.lang.String publisherID)
           
 boolean JDBCDataStore.isEnabled(java.lang.String publisherID)
          Will return true if the publisherID parameter specified is currently enabled otherwise returns false.
 boolean JDBCDataStore.isServicePublisher(java.lang.String serviceKey, java.lang.String publisherID)
           
 boolean JDBCDataStore.isTModelPublisher(java.lang.String tModelKey, java.lang.String publisherID)
           
 boolean JDBCDataStore.isValidBindingKey(java.lang.String bindingKey)
           
 boolean JDBCDataStore.isValidBusinessKey(java.lang.String businessKey)
           
 boolean JDBCDataStore.isValidServiceKey(java.lang.String serviceKey)
           
 boolean JDBCDataStore.isValidTModelKey(java.lang.String tModelKey)
           
 void JDBCDataStore.markTModelAsDeleted(java.lang.String tModelKey)
           
 void JDBCDataStore.retireAuthToken(java.lang.String token)
           
 void JDBCDataStore.rollback()
          rollback on all connections.
 void JDBCDataStore.saveAssertions(java.lang.String publisherID, java.util.Vector assertions)
          For each PublisherAssertion in the Vector of PublisherAssertions passed in perform the following steps: 1.
 void JDBCDataStore.saveBinding(BindingTemplate binding)
           
 void JDBCDataStore.saveBusiness(BusinessEntity business, java.lang.String publisherID)
           
 void JDBCDataStore.savePublisher(Publisher publisher)
           
 void JDBCDataStore.saveService(BusinessService service)
           
 void JDBCDataStore.saveTModel(TModel tModel, java.lang.String authorizedUserID)
           
 java.util.Vector JDBCDataStore.setAssertions(java.lang.String publisherID, java.util.Vector newAssertions)
          1.
 void JDBCDataStore.storeAuthToken(java.lang.String token, Publisher publisher)
           
 void JDBCDataStore.touchAuthToken(java.lang.String token)
           
 

Uses of RegistryException in org.apache.juddi.error
 

Subclasses of RegistryException in org.apache.juddi.error
 class AccountLimitExceededException
          Thrown to indicate that a UDDI Exception was encountered.
 class AssertionNotFoundException
          Thrown to indicate that a UDDI Exception was encountered.
 class AuthTokenExpiredException
          Thrown to indicate that a UDDI Exception was encountered.
 class AuthTokenRequiredException
          Thrown to indicate that a UDDI Exception was encountered.
 class BusyException
          Thrown to indicate that a UDDI Exception was encountered.
 class CategorizationNotAllowedException
          Thrown to indicate that a UDDI Exception was encountered.
 class FatalErrorException
          Thrown to indicate that a UDDI Exception was encountered.
 class InvalidCategoryException
          Thrown to indicate that a UDDI Exception was encountered.
 class InvalidCompletionStatusException
          Thrown to indicate that a UDDI Exception was encountered.
 class InvalidKeyPassedException
          Thrown to indicate that a UDDI Exception was encountered.
 class InvalidProjectionException
          Thrown to indicate that a UDDI Exception was encountered.
 class InvalidTimeException
          Thrown to indicate that a UDDI Exception was encountered.
 class InvalidURLPassedException
          Thrown to indicate that a UDDI Exception was encountered.
 class InvalidValueException
          Thrown to indicate that a UDDI Exception was encountered.
 class KeyRetiredException
          Thrown to indicate that a UDDI Exception was encountered.
 class LanguageErrorException
          Thrown to indicate that a UDDI Exception was encountered.
 class MessageTooLargeException
          Thrown to indicate that a UDDI Exception was encountered.
 class NameTooLongException
          Thrown to indicate that a UDDI Exception was encountered.
 class OperatorMismatchException
          Thrown to indicate that a UDDI Exception was encountered.
 class PublisherCancelledException
          Thrown to indicate that a UDDI Exception was encountered.
 class RequestDeniedException
          Thrown to indicate that a UDDI Exception was encountered.
 class RequestTimeoutException
          Thrown to indicate that a UDDI Exception was encountered.
 class ResultSetTooLargeException
          Thrown to indicate that a UDDI Exception was encountered.
 class SecretUnknownException
          Thrown to indicate that a UDDI Exception was encountered.
 class TooManyOptionsException
          Thrown to indicate that a UDDI Exception was encountered.
 class TransferAbortedException
          Thrown to indicate that a UDDI Exception was encountered.
 class UnknownUserException
          Thrown to indicate that a UDDI Exception was encountered.
 class UnrecognizedVersionException
          Thrown to indicate that a UDDI Exception was encountered.
 class UnsupportedException
          Thrown to indicate that a UDDI Exception was encountered.
 class UnvalidatableException
          Thrown to indicate that a UDDI Exception was encountered.
 class UserMismatchException
          Thrown to indicate that a UDDI Exception was encountered.
 class ValueNotAllowedException
          Thrown to indicate that a UDDI Exception was encountered.
 

Methods in org.apache.juddi.error that throw RegistryException
static void RegistryException.main(java.lang.String[] args)
           
 

Uses of RegistryException in org.apache.juddi.function
 

Methods in org.apache.juddi.function that throw RegistryException
 RegistryObject ValidateValuesFunction.execute(RegistryObject obj)
           
 RegistryObject SetPublisherAssertionsFunction.execute(RegistryObject regObject)
           
 RegistryObject SaveTModelFunction.execute(RegistryObject regObject)
           
 RegistryObject SaveSubscriptionFunction.execute(RegistryObject regObject)
           
 RegistryObject SaveServiceFunction.execute(RegistryObject regObject)
           
 RegistryObject SavePublisherFunction.execute(RegistryObject regObject)
           
 RegistryObject SaveBusinessFunction.execute(RegistryObject regObject)
           
 RegistryObject SaveBindingFunction.execute(RegistryObject regObject)
           
 RegistryObject IFunction.execute(RegistryObject request)
           
 RegistryObject GetTModelDetailFunction.execute(RegistryObject regObject)
           
 RegistryObject GetSubscriptionsFunction.execute(RegistryObject regObject)
           
 RegistryObject GetSubscriptionResultsFunction.execute(RegistryObject regObject)
           
 RegistryObject GetServiceDetailFunction.execute(RegistryObject regObject)
           
 RegistryObject GetRegisteryInfoFunction.execute(RegistryObject regObject)
           
 RegistryObject GetRegisteredInfoFunction.execute(RegistryObject regObject)
           
 RegistryObject GetPublisherDetailFunction.execute(RegistryObject regObject)
           
 RegistryObject GetPublisherAssertionsFunction.execute(RegistryObject regObject)
           
 RegistryObject GetBusinessDetailFunction.execute(RegistryObject regObject)
           
 RegistryObject GetBusinessDetailExtFunction.execute(RegistryObject regObject)
           
 RegistryObject GetBindingDetailFunction.execute(RegistryObject regObject)
           
 RegistryObject GetAuthTokenFunction.execute(RegistryObject regObject)
           
 RegistryObject GetAssertionStatusReportFunction.execute(RegistryObject regObject)
           
 RegistryObject FindTModelFunction.execute(RegistryObject regObject)
           
 RegistryObject FindServiceFunction.execute(RegistryObject regObject)
           
 RegistryObject FindRelatedBusinessesFunction.execute(RegistryObject regObject)
           
 RegistryObject FindPublisherFunction.execute(RegistryObject regObject)
           
 RegistryObject FindBusinessFunction.execute(RegistryObject regObject)
           
 RegistryObject FindBindingFunction.execute(RegistryObject regObject)
           
 RegistryObject DiscardAuthTokenFunction.execute(RegistryObject regObject)
           
 RegistryObject DeleteTModelFunction.execute(RegistryObject regObject)
           
 RegistryObject DeleteSubscriptionFunction.execute(RegistryObject regObject)
          Here are the rules: 1.
 RegistryObject DeleteServiceFunction.execute(RegistryObject regObject)
           
 RegistryObject DeletePublisherFunction.execute(RegistryObject regObject)
          Here are the rules: 1.
 RegistryObject DeletePublisherAssertionsFunction.execute(RegistryObject regObject)
           
 RegistryObject DeleteBusinessFunction.execute(RegistryObject regObject)
           
 RegistryObject DeleteBindingFunction.execute(RegistryObject regObject)
           
 RegistryObject AddPublisherAssertionsFunction.execute(RegistryObject regObject)
           
protected  Publisher AbstractFunction.getPublisher(AuthInfo authInfo, DataStore dataStore)
          Verify the authentication parameters.
 

Uses of RegistryException in org.apache.juddi.proxy
 

Methods in org.apache.juddi.proxy that throw RegistryException
 RegistryObject RegistryProxy.execute(RegistryObject uddiRequest)
           
 java.lang.String RegistryProxy.execute(java.lang.String uddiRequest, java.lang.String urltype)
           
static void RegistryProxy.main(java.lang.String[] args)
           
 org.w3c.dom.Element Transport.send(org.w3c.dom.Element request, java.net.URL endPointURL)
           
 org.w3c.dom.Element AxisTransport.send(org.w3c.dom.Element request, java.net.URL endpointURL)
           
 java.lang.String Transport.send(java.lang.String request, java.net.URL endpointURL)
           
 java.lang.String AxisTransport.send(java.lang.String request, java.net.URL endpointURL)
           
 

Uses of RegistryException in org.apache.juddi.registry
 

Methods in org.apache.juddi.registry that throw RegistryException
 RegistryObject RegistryEngine.execute(RegistryObject request)
           
 void PublishService.validateRequest(java.lang.String operation, java.lang.String version, org.w3c.dom.Element uddiReq)
           
 void InquiryService.validateRequest(java.lang.String operation, java.lang.String version, org.w3c.dom.Element uddiReq)
           
 void AdminService.validateRequest(java.lang.String operation, java.lang.String version, org.w3c.dom.Element uddiReq)
           
abstract  void AbstractService.validateRequest(java.lang.String operation, java.lang.String generic, org.w3c.dom.Element uddiReq)
           
 

Uses of RegistryException in org.apache.juddi.registry.local
 

Methods in org.apache.juddi.registry.local that throw RegistryException
 void PublishService.validateRequest(java.lang.String operation, java.lang.String version, org.w3c.dom.Element uddiReq)
           
 void InquiryService.validateRequest(java.lang.String operation, java.lang.String version, org.w3c.dom.Element uddiReq)
           
 

Uses of RegistryException in org.apache.juddi.validator
 

Methods in org.apache.juddi.validator that throw RegistryException
 boolean Validator.validate(CategoryBag bag)
           
 boolean DefaultValidator.validate(CategoryBag bag)
           
 boolean Validator.validate(IdentifierBag bag)
           
 boolean DefaultValidator.validate(IdentifierBag bag)
           
 boolean Validator.validate(KeyedReference ref)
           
 boolean DefaultValidator.validate(KeyedReference ref)
           
 



Copyright © 2004-2007. All Rights Reserved.