Uses of Class
org.apache.ws.scout.registry.RegistryException

Packages that use RegistryException
org.apache.ws.scout.registry   
 

Uses of RegistryException in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that throw RegistryException
 DispositionReport RegistryImpl.deleteBinding(java.lang.String authInfo, java.lang.String[] bindingKeyArray)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport IRegistry.deleteBinding(java.lang.String authInfo, java.lang.String[] bindingKeyArray)
          "Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure."
 DispositionReport RegistryImpl.deleteBusiness(java.lang.String authInfo, java.lang.String[] businessKeyArray)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport IRegistry.deleteBusiness(java.lang.String authInfo, java.lang.String[] businessKeyArray)
          "Used to delete registered businessEntity information from the registry."
 DispositionReport RegistryImpl.deletePublisherAssertions(java.lang.String authInfo, PublisherAssertion[] assertionArray)
           
 DispositionReport IRegistry.deletePublisherAssertions(java.lang.String authInfo, PublisherAssertion[] assertionArray)
           
 DispositionReport RegistryImpl.deleteService(java.lang.String authInfo, java.lang.String[] serviceKeyArray)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport IRegistry.deleteService(java.lang.String authInfo, java.lang.String[] serviceKeyArray)
          "Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity."
 DispositionReport RegistryImpl.deleteTModel(java.lang.String authInfo, java.lang.String[] tModelKeyArray)
          "Used to delete registered information about a tModel.
 DispositionReport IRegistry.deleteTModel(java.lang.String authInfo, java.lang.String[] tModelKeyArray)
          "Used to delete registered information about a tModel.
 javax.xml.bind.JAXBElement<?> RegistryImpl.execute(javax.xml.bind.JAXBElement<?> uddiRequest, java.net.URI endPointURI)
           
protected  java.lang.Object BusinessLifeCycleManagerImpl.executeOperation(java.lang.Object dataarray, java.lang.String op)
           
 BindingDetail RegistryImpl.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BindingDetail IRegistry.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BusinessList RegistryImpl.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 BusinessList IRegistry.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 ServiceList RegistryImpl.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 ServiceList IRegistry.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 TModelList RegistryImpl.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 TModelList IRegistry.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 AssertionStatusReport RegistryImpl.getAssertionStatusReport(java.lang.String authInfo, java.lang.String completionStatus)
           
 AssertionStatusReport IRegistry.getAssertionStatusReport(java.lang.String authInfo, java.lang.String completionStatus)
           
 AuthToken RegistryImpl.getAuthToken(java.lang.String userID, java.lang.String cred)
          "Used to request an authentication token from an Operator Site.
 AuthToken IRegistry.getAuthToken(java.lang.String userID, java.lang.String cred)
          "Used to request an authentication token from an Operator Site.
 BusinessDetail RegistryImpl.getBusinessDetail(java.lang.String businessKey)
          Used to get the full businessEntity information for a particular business entity.
 BusinessDetail IRegistry.getBusinessDetail(java.lang.String businessKey)
          "Used to get the full businessEntity information for one or more businesses.
 BusinessDetail RegistryImpl.getBusinessDetail(java.lang.String[] businessKeyArray)
          "Used to get the full businessEntity information for one or more businesses.
 BusinessDetail IRegistry.getBusinessDetail(java.lang.String[] businessKeyVector)
          "Used to get the full businessEntity information for one or more businesses.
 PublisherAssertions RegistryImpl.getPublisherAssertions(java.lang.String authInfo)
           
 PublisherAssertions IRegistry.getPublisherAssertions(java.lang.String authInfo)
           
 RegisteredInfo RegistryImpl.getRegisteredInfo(java.lang.String authInfo)
           
 RegisteredInfo IRegistry.getRegisteredInfo(java.lang.String authInfo)
           
 ServiceDetail RegistryImpl.getServiceDetail(java.lang.String serviceKey)
          "Used to get full details for a particular registered businessService.
 ServiceDetail IRegistry.getServiceDetail(java.lang.String serviceKey)
          "Used to get full details for a given set of registered businessService data.
 ServiceDetail RegistryImpl.getServiceDetail(java.lang.String[] serviceKeyArray)
          "Used to get full details for a given set of registered businessService data.
 ServiceDetail IRegistry.getServiceDetail(java.lang.String[] serviceKeyArray)
          "Used to get full details for a given set of registered businessService data.
 TModelDetail RegistryImpl.getTModelDetail(java.lang.String tModelKey)
          "Used to get full details for a particular registered TModel.
 TModelDetail IRegistry.getTModelDetail(java.lang.String tModelKey)
          "Used to get full details for a given set of registered tModel data.
 TModelDetail RegistryImpl.getTModelDetail(java.lang.String[] tModelKeyArray)
          "Used to get full details for a given set of registered tModel data.
 TModelDetail IRegistry.getTModelDetail(java.lang.String[] tModelKeyArray)
          "Used to get full details for a given set of registered tModel data.
 BindingDetail RegistryImpl.saveBinding(java.lang.String authInfo, BindingTemplate[] bindingArray)
          "Used to register new bindingTemplate information or update existing bindingTemplate information.
 BindingDetail IRegistry.saveBinding(java.lang.String authInfo, BindingTemplate[] bindingArray)
          "Used to register new bindingTemplate information or update existing bindingTemplate information.
 BusinessDetail RegistryImpl.saveBusiness(java.lang.String authInfo, BusinessEntity[] businessArray)
          "Used to register new businessEntity information or update existing businessEntity information.
 BusinessDetail IRegistry.saveBusiness(java.lang.String authInfo, BusinessEntity[] businessArray)
          "Used to register new businessEntity information or update existing businessEntity information.
 ServiceDetail RegistryImpl.saveService(java.lang.String authInfo, BusinessService[] serviceArray)
          "Used to register or update complete information about a businessService exposed by a specified businessEntity."
 ServiceDetail IRegistry.saveService(java.lang.String authInfo, BusinessService[] serviceArray)
          "Used to register or update complete information about a businessService exposed by a specified businessEntity."
 TModelDetail RegistryImpl.saveTModel(java.lang.String authInfo, TModel[] tModelArray)
          "Used to register or update complete information about a tModel."
 TModelDetail IRegistry.saveTModel(java.lang.String authInfo, TModel[] tModelArray)
          "Used to register or update complete information about a tModel."
 PublisherAssertions RegistryImpl.setPublisherAssertions(java.lang.String authInfo, PublisherAssertion[] assertionArray)
           
 PublisherAssertions IRegistry.setPublisherAssertions(java.lang.String authInfo, PublisherAssertion[] assertionArray)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.