Package | Description |
---|---|
org.apache.ws.scout.registry |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
RegistryV3Impl.deleteBinding(String authInfo,
String[] bindingKeyArray)
"Used to remove an existing bindingTemplate from the bindingTemplates
collection that is part of a specified businessService structure."
|
DispositionReport |
IRegistryV3.deleteBinding(String authInfo,
String[] bindingKeyArray)
"Used to remove an existing bindingTemplate from the bindingTemplates
collection that is part of a specified businessService structure."
|
DispositionReport |
RegistryV3Impl.deleteBusiness(String authInfo,
String[] businessKeyArray)
"Used to delete registered businessEntity information from the registry."
|
DispositionReport |
IRegistryV3.deleteBusiness(String authInfo,
String[] businessKeyArray)
"Used to delete registered businessEntity information from the registry."
|
DispositionReport |
RegistryV3Impl.deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray) |
DispositionReport |
IRegistryV3.deletePublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray) |
DispositionReport |
RegistryV3Impl.deleteService(String authInfo,
String[] serviceKeyArray)
"Used to delete an existing businessService from the businessServices
collection that is part of a specified businessEntity."
|
DispositionReport |
IRegistryV3.deleteService(String authInfo,
String[] serviceKeyArray)
"Used to delete an existing businessService from the businessServices
collection that is part of a specified businessEntity."
|
DispositionReport |
RegistryV3Impl.deleteTModel(String authInfo,
String[] tModelKeyArray)
"Used to delete registered information about a tModel.
|
DispositionReport |
IRegistryV3.deleteTModel(String authInfo,
String[] tModelKeyArray)
"Used to delete registered information about a tModel.
|
JAXBElement<?> |
RegistryV3Impl.execute(JAXBElement<?> uddiRequest,
URI endPointURI) |
protected Object |
BusinessLifeCycleManagerV3Impl.executeOperation(Object dataarray,
String op) |
BindingDetail |
RegistryV3Impl.findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered businessService.
|
BindingDetail |
IRegistryV3.findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered
businessService.
|
BusinessList |
RegistryV3Impl.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 |
IRegistryV3.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 |
RegistryV3Impl.findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered businessEntity.
|
ServiceList |
IRegistryV3.findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered
businessEntity.
|
TModelList |
RegistryV3Impl.findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures.
|
TModelList |
IRegistryV3.findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures.
|
AssertionStatusReport |
RegistryV3Impl.getAssertionStatusReport(String authInfo,
String completionStatus) |
AssertionStatusReport |
IRegistryV3.getAssertionStatusReport(String authInfo,
String completionStatus) |
AuthToken |
RegistryV3Impl.getAuthToken(String userID,
String cred)
"Used to request an authentication token from an Operator Site.
|
AuthToken |
IRegistryV3.getAuthToken(String userID,
String cred)
"Used to request an authentication token from an Operator Site.
|
BusinessDetail |
RegistryV3Impl.getBusinessDetail(String businessKey)
Used to get the full businessEntity information for a particular business
entity.
|
BusinessDetail |
IRegistryV3.getBusinessDetail(String businessKey)
"Used to get the full businessEntity information for one or more
businesses.
|
BusinessDetail |
RegistryV3Impl.getBusinessDetail(String[] businessKeyArray)
"Used to get the full businessEntity information for one or more
businesses.
|
BusinessDetail |
IRegistryV3.getBusinessDetail(String[] businessKeyVector)
"Used to get the full businessEntity information for one or more
businesses.
|
PublisherAssertions |
RegistryV3Impl.getPublisherAssertions(String authInfo) |
PublisherAssertions |
IRegistryV3.getPublisherAssertions(String authInfo) |
RegisteredInfo |
RegistryV3Impl.getRegisteredInfo(String authInfo) |
RegisteredInfo |
IRegistryV3.getRegisteredInfo(String authInfo) |
ServiceDetail |
RegistryV3Impl.getServiceDetail(String serviceKey)
"Used to get full details for a particular registered businessService.
|
ServiceDetail |
IRegistryV3.getServiceDetail(String serviceKey)
"Used to get full details for a given set of registered
businessService data.
|
ServiceDetail |
RegistryV3Impl.getServiceDetail(String[] serviceKeyArray)
"Used to get full details for a given set of registered businessService
data.
|
ServiceDetail |
IRegistryV3.getServiceDetail(String[] serviceKeyArray)
"Used to get full details for a given set of registered
businessService data.
|
TModelDetail |
RegistryV3Impl.getTModelDetail(String tModelKey)
"Used to get full details for a particular registered TModel.
|
TModelDetail |
IRegistryV3.getTModelDetail(String tModelKey)
"Used to get full details for a given set of registered tModel
data.
|
TModelDetail |
RegistryV3Impl.getTModelDetail(String[] tModelKeyArray)
"Used to get full details for a given set of registered tModel data.
|
TModelDetail |
IRegistryV3.getTModelDetail(String[] tModelKeyArray)
"Used to get full details for a given set of registered tModel
data.
|
BindingDetail |
RegistryV3Impl.saveBinding(String authInfo,
BindingTemplate[] bindingArray)
"Used to register new bindingTemplate information or update existing
bindingTemplate information.
|
BindingDetail |
IRegistryV3.saveBinding(String authInfo,
BindingTemplate[] bindingArray)
"Used to register new bindingTemplate information or update existing
bindingTemplate information.
|
BusinessDetail |
RegistryV3Impl.saveBusiness(String authInfo,
BusinessEntity[] businessArray)
"Used to register new businessEntity information or update existing
businessEntity information.
|
BusinessDetail |
IRegistryV3.saveBusiness(String authInfo,
BusinessEntity[] businessArray)
"Used to register new businessEntity information or update existing
businessEntity information.
|
ServiceDetail |
RegistryV3Impl.saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService
exposed by a specified businessEntity."
|
ServiceDetail |
IRegistryV3.saveService(String authInfo,
BusinessService[] serviceArray)
"Used to register or update complete information about a businessService
exposed by a specified businessEntity."
|
TModelDetail |
RegistryV3Impl.saveTModel(String authInfo,
TModel[] tModelArray)
"Used to register or update complete information about a tModel."
|
TModelDetail |
IRegistryV3.saveTModel(String authInfo,
TModel[] tModelArray)
"Used to register or update complete information about a tModel."
|
PublisherAssertions |
RegistryV3Impl.setPublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray) |
PublisherAssertions |
IRegistryV3.setPublisherAssertions(String authInfo,
PublisherAssertion[] assertionArray) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.