|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryException | |
---|---|
org.apache.ws.scout.registry | |
org.apache.ws.scout.transport |
Uses of RegistryException in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry that throw RegistryException | |
---|---|
DispositionReport |
IRegistry.deleteBinding(String authInfo,
String[] bindingKeyArray)
"Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure." |
DispositionReport |
RegistryImpl.deleteBinding(String authInfo,
String[] bindingKeyArray)
"Used to remove an existing bindingTemplate from the bindingTemplates collection that is part of a specified businessService structure." |
DispositionReport |
IRegistry.deleteBusiness(String authInfo,
String[] businessKeyArray)
"Used to delete registered businessEntity information from the registry." |
DispositionReport |
RegistryImpl.deleteBusiness(String authInfo,
String[] businessKeyArray)
"Used to delete registered businessEntity information from the registry." |
DispositionReport |
IRegistry.deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray)
|
DispositionReport |
RegistryImpl.deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray)
|
DispositionReport |
IRegistry.deleteService(String authInfo,
String[] serviceKeyArray)
"Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity." |
DispositionReport |
RegistryImpl.deleteService(String authInfo,
String[] serviceKeyArray)
"Used to delete an existing businessService from the businessServices collection that is part of a specified businessEntity." |
DispositionReport |
IRegistry.deleteTModel(String authInfo,
String[] tModelKeyArray)
"Used to delete registered information about a tModel. |
DispositionReport |
RegistryImpl.deleteTModel(String authInfo,
String[] tModelKeyArray)
"Used to delete registered information about a tModel. |
String |
IRegistry.execute(String uddiRequest,
String urltype)
|
String |
RegistryImpl.execute(String uddiRequest,
String urltype)
|
org.apache.xmlbeans.XmlObject |
RegistryImpl.execute(org.apache.xmlbeans.XmlObject uddiRequest,
URI endPointURI)
|
protected org.apache.xmlbeans.XmlObject |
BusinessLifeCycleManagerImpl.executeOperation(Object dataarray,
String op)
|
BindingDetail |
IRegistry.findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered businessService. |
BindingDetail |
RegistryImpl.findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered businessService. |
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. |
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. |
ServiceList |
IRegistry.findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered businessEntity. |
ServiceList |
RegistryImpl.findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered businessEntity. |
TModelList |
IRegistry.findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures. |
TModelList |
RegistryImpl.findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures. |
AssertionStatusReport |
IRegistry.getAssertionStatusReport(String authInfo,
String completionStatus)
|
AssertionStatusReport |
RegistryImpl.getAssertionStatusReport(String authInfo,
String completionStatus)
|
AuthToken |
IRegistry.getAuthToken(String userID,
String cred)
"Used to request an authentication token from an Operator Site. |
AuthToken |
RegistryImpl.getAuthToken(String userID,
String cred)
"Used to request an authentication token from an Operator Site. |
BusinessDetail |
IRegistry.getBusinessDetail(String businessKey)
"Used to get the full businessEntity information for one or more businesses. |
BusinessDetail |
RegistryImpl.getBusinessDetail(String businessKey)
Used to get the full businessEntity information for a particular business entity. |
BusinessDetail |
IRegistry.getBusinessDetail(String[] businessKeyVector)
"Used to get the full businessEntity information for one or more businesses. |
BusinessDetail |
RegistryImpl.getBusinessDetail(String[] businessKeyArray)
"Used to get the full businessEntity information for one or more businesses. |
PublisherAssertions |
IRegistry.getPublisherAssertions(String authInfo)
|
PublisherAssertions |
RegistryImpl.getPublisherAssertions(String authInfo)
|
RegisteredInfo |
IRegistry.getRegisteredInfo(String authInfo)
|
RegisteredInfo |
RegistryImpl.getRegisteredInfo(String authInfo)
|
ServiceDetail |
IRegistry.getServiceDetail(String serviceKey)
"Used to get full details for a given set of registered businessService data. |
ServiceDetail |
RegistryImpl.getServiceDetail(String serviceKey)
"Used to get full details for a particular registered businessService. |
ServiceDetail |
IRegistry.getServiceDetail(String[] serviceKeyArray)
"Used to get full details for a given set of registered businessService data. |
ServiceDetail |
RegistryImpl.getServiceDetail(String[] serviceKeyArray)
"Used to get full details for a given set of registered businessService data. |
TModelDetail |
IRegistry.getTModelDetail(String tModelKey)
"Used to get full details for a given set of registered tModel data. |
TModelDetail |
RegistryImpl.getTModelDetail(String tModelKey)
"Used to get full details for a particular registered TModel. |
TModelDetail |
IRegistry.getTModelDetail(String[] tModelKeyArray)
"Used to get full details for a given set of registered tModel data. |
TModelDetail |
RegistryImpl.getTModelDetail(String[] tModelKeyArray)
"Used to get full details for a given set of registered tModel data. |
BindingDetail |
IRegistry.saveBinding(String authInfo,
BindingTemplate[] bindingArray)
"Used to register new bindingTemplate information or update existing bindingTemplate information. |
BindingDetail |
RegistryImpl.saveBinding(String authInfo,
BindingTemplate[] bindingArray)
"Used to register new bindingTemplate information or update existing bindingTemplate information. |
BusinessDetail |
IRegistry.saveBusiness(String authInfo,
BusinessEntity[] businessArray)
"Used to register new businessEntity information or update existing businessEntity information. |
BusinessDetail |
RegistryImpl.saveBusiness(String authInfo,
BusinessEntity[] businessArray)
"Used to register new businessEntity information or update existing businessEntity information. |
ServiceDetail |
IRegistry.saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService exposed by a specified businessEntity." |
ServiceDetail |
RegistryImpl.saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService exposed by a specified businessEntity." |
TModelDetail |
IRegistry.saveTModel(String authInfo,
TModel[] tModelArray)
"Used to register or update complete information about a tModel." |
TModelDetail |
RegistryImpl.saveTModel(String authInfo,
TModel[] tModelArray)
"Used to register or update complete information about a tModel." |
PublisherAssertions |
IRegistry.setPublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray)
|
PublisherAssertions |
RegistryImpl.setPublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray)
|
Uses of RegistryException in org.apache.ws.scout.transport |
---|
Methods in org.apache.ws.scout.transport that throw RegistryException | |
---|---|
Element |
RMITransport.send(Element request,
URI endpointURI)
Sends an element and returns an element. |
Element |
AxisTransport.send(Element request,
URI endpointURL)
|
Element |
LocalTransport.send(Element request,
URI endpointURI)
Sends an element and returns an element. |
Element |
Transport.send(Element request,
URI endPointURI)
|
String |
RMITransport.send(String request,
URI endpointURI)
Sends an XML, responds with an XML. |
String |
AxisTransport.send(String request,
URI endpointURL)
|
String |
LocalTransport.send(String request,
URI endpointURI)
Sends an XML, responds with an XML. |
String |
Transport.send(String request,
URI endpointURI)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |