public abstract class AbstractRegistry extends java.lang.Object implements IRegistry
JUDDI_V1_GENERIC, JUDDI_V1_NAMESPACE, UDDI_V1_GENERIC, UDDI_V1_NAMESPACE, UDDI_V2_GENERIC, UDDI_V2_NAMESPACE, UDDI_V3_GENERIC, UDDI_V3_NAMESPACE| Constructor and Description |
|---|
AbstractRegistry() |
| Modifier and Type | Method and Description |
|---|---|
DispositionReport |
addPublisherAssertions(AuthInfo authInfo,
java.util.Vector assertionVector) |
DispositionReport |
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 |
deleteBusiness(AuthInfo authInfo,
java.util.Vector businessKeyVector)
"Used to delete registered businessEntity information from the registry."
|
DispositionReport |
deletePublisher(AuthInfo authInfo,
java.util.Vector publisherIDVector)
"Used to delete an existing publisher accounts."
|
DispositionReport |
deletePublisherAssertions(AuthInfo authInfo,
java.util.Vector assertionVector) |
DispositionReport |
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 |
deleteTModel(AuthInfo authInfo,
java.util.Vector tModelKeyVector)
"Used to delete registered information about a tModel.
|
DispositionReport |
discardAuthToken(AuthInfo authInfo)
"Used to inform an Operator Site that a previously provided
authentication token is no longer valid.
|
BindingDetail |
findBinding(java.lang.String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered
businessService.
|
BusinessList |
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 |
findPublisher(java.lang.String publisherID,
java.lang.String name,
FindQualifiers findQualifiers,
int maxRows) |
RelatedBusinessesList |
findRelatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int maxRows) |
ServiceList |
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 |
findTModel(java.lang.String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures.
|
AssertionStatusReport |
getAssertionStatusReport(AuthInfo authInfo,
java.lang.String completionStatus) |
AuthToken |
getAuthToken(java.lang.String userID,
java.lang.String cred)
"Used to request an authentication token from an Operator Site.
|
BindingDetail |
getBindingDetail(java.lang.String bindingKey)
Used to get full bindingTemplate information suitable for a
particular business service.
|
BindingDetail |
getBindingDetail(java.util.Vector bindingKeys)
"Used to get full bindingTemplate information suitable for make one
or more service requests.
|
BusinessDetail |
getBusinessDetail(java.lang.String businessKey)
Used to get the full businessEntity information for a
particular business entity.
|
BusinessDetail |
getBusinessDetail(java.util.Vector businessKeyVector)
"Used to get the full businessEntity information for one or more
businesses.
|
BusinessDetailExt |
getBusinessDetailExt(java.lang.String businessKey)
"Used to get extended businessEntity information.
|
BusinessDetailExt |
getBusinessDetailExt(java.util.Vector businessKeyVector)
"Used to get extended businessEntity information.
|
PublisherAssertions |
getPublisherAssertions(AuthInfo authInfo) |
PublisherDetail |
getPublisherDetail(java.util.Vector publisherIDVector) |
RegisteredInfo |
getRegisteredInfo(AuthInfo authInfo)
"Used to request an abbreviated synopsis of all information currently
managed by a given individual."
|
RegistryInfo |
getRegistryInfo()
"Used to request an abbreviated synopsis of all information currently
managed by a given individual."
|
ServiceDetail |
getServiceDetail(java.lang.String serviceKey)
"Used to get full details for a particular registered
businessService.
|
ServiceDetail |
getServiceDetail(java.util.Vector serviceKeyVector)
"Used to get full details for a given set of registered
businessService data.
|
TModelDetail |
getTModelDetail(java.lang.String tModelKey)
"Used to get full details for a particular registered
TModel.
|
TModelDetail |
getTModelDetail(java.util.Vector tModelKeyVector)
"Used to get full details for a given set of registered tModel
data.
|
BindingDetail |
saveBinding(AuthInfo authInfo,
java.util.Vector bindingVector)
"Used to register new bindingTemplate information or update existing
bindingTemplate information.
|
BusinessDetail |
saveBusiness(AuthInfo authInfo,
java.util.Vector businessVector)
"Used to register new businessEntity information or update existing
businessEntity information.
|
PublisherDetail |
savePublisher(AuthInfo authInfo,
java.util.Vector publisherVector) |
ServiceDetail |
saveService(AuthInfo authInfo,
java.util.Vector serviceVector)
"Used to register or update complete information about a businessService
exposed by a specified businessEntity."
|
TModelDetail |
saveTModel(AuthInfo authInfo,
java.util.Vector tModelVector)
"Used to register or update complete information about a tModel."
|
PublisherAssertions |
setPublisherAssertions(AuthInfo authInfo,
java.util.Vector assertionVector) |
DispositionReport |
validateValues(java.util.Vector businessVector,
java.util.Vector serviceVector,
java.util.Vector tModelVector) |
public DispositionReport addPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
addPublisherAssertions in interface IRegistryRegistryException;RegistryExceptionpublic DispositionReport deleteBinding(AuthInfo authInfo, java.util.Vector bindingKeyVector) throws RegistryException
deleteBinding in interface IRegistryRegistryException;RegistryExceptionpublic DispositionReport deleteBusiness(AuthInfo authInfo, java.util.Vector businessKeyVector) throws RegistryException
deleteBusiness in interface IRegistryRegistryException;RegistryExceptionpublic DispositionReport deletePublisher(AuthInfo authInfo, java.util.Vector publisherIDVector) throws RegistryException
deletePublisher in interface IRegistryRegistryException;RegistryExceptionpublic DispositionReport deletePublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
deletePublisherAssertions in interface IRegistryRegistryException;RegistryExceptionpublic DispositionReport deleteService(AuthInfo authInfo, java.util.Vector serviceKeyVector) throws RegistryException
deleteService in interface IRegistryRegistryException;RegistryExceptionpublic DispositionReport deleteTModel(AuthInfo authInfo, java.util.Vector tModelKeyVector) throws RegistryException
deleteTModel in interface IRegistryRegistryException;RegistryExceptionpublic DispositionReport discardAuthToken(AuthInfo authInfo) throws RegistryException
discardAuthToken in interface IRegistryRegistryException;RegistryExceptionpublic BindingDetail findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
findBinding in interface IRegistryRegistryExceptionpublic BusinessList findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
findBusiness in interface IRegistryRegistryException;RegistryExceptionpublic PublisherList findPublisher(java.lang.String publisherID, java.lang.String name, FindQualifiers findQualifiers, int maxRows) throws RegistryException
findPublisher in interface IRegistryRegistryException;RegistryExceptionpublic RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers, int maxRows) throws RegistryException
findRelatedBusinesses in interface IRegistryRegistryException;RegistryExceptionpublic ServiceList findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
findService in interface IRegistryRegistryException;RegistryExceptionpublic TModelList findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
findTModel in interface IRegistryRegistryException;RegistryExceptionpublic AssertionStatusReport getAssertionStatusReport(AuthInfo authInfo, java.lang.String completionStatus) throws RegistryException
getAssertionStatusReport in interface IRegistryRegistryException;RegistryExceptionpublic AuthToken getAuthToken(java.lang.String userID, java.lang.String cred) throws RegistryException
getAuthToken in interface IRegistryRegistryException;RegistryExceptionpublic BindingDetail getBindingDetail(java.lang.String bindingKey) throws RegistryException
getBindingDetail in interface IRegistryRegistryException;RegistryExceptionpublic BindingDetail getBindingDetail(java.util.Vector bindingKeys) throws RegistryException
getBindingDetail in interface IRegistryRegistryException;RegistryExceptionpublic BusinessDetail getBusinessDetail(java.lang.String businessKey) throws RegistryException
getBusinessDetail in interface IRegistryRegistryException;RegistryExceptionpublic BusinessDetail getBusinessDetail(java.util.Vector businessKeyVector) throws RegistryException
getBusinessDetail in interface IRegistryRegistryException;RegistryExceptionpublic BusinessDetailExt getBusinessDetailExt(java.lang.String businessKey) throws RegistryException
getBusinessDetailExt in interface IRegistryRegistryException;RegistryExceptionpublic BusinessDetailExt getBusinessDetailExt(java.util.Vector businessKeyVector) throws RegistryException
getBusinessDetailExt in interface IRegistryRegistryException;RegistryExceptionpublic PublisherAssertions getPublisherAssertions(AuthInfo authInfo) throws RegistryException
getPublisherAssertions in interface IRegistryRegistryException;RegistryExceptionpublic PublisherDetail getPublisherDetail(java.util.Vector publisherIDVector) throws RegistryException
getPublisherDetail in interface IRegistryRegistryException;RegistryExceptionpublic RegisteredInfo getRegisteredInfo(AuthInfo authInfo) throws RegistryException
getRegisteredInfo in interface IRegistryRegistryException;RegistryExceptionpublic RegistryInfo getRegistryInfo() throws RegistryException
getRegistryInfo in interface IRegistryRegistryException;RegistryExceptionpublic ServiceDetail getServiceDetail(java.lang.String serviceKey) throws RegistryException
getServiceDetail in interface IRegistryRegistryException;RegistryExceptionpublic ServiceDetail getServiceDetail(java.util.Vector serviceKeyVector) throws RegistryException
getServiceDetail in interface IRegistryRegistryException;RegistryExceptionpublic TModelDetail getTModelDetail(java.lang.String tModelKey) throws RegistryException
getTModelDetail in interface IRegistryRegistryException;RegistryExceptionpublic TModelDetail getTModelDetail(java.util.Vector tModelKeyVector) throws RegistryException
getTModelDetail in interface IRegistryRegistryException;RegistryExceptionpublic BindingDetail saveBinding(AuthInfo authInfo, java.util.Vector bindingVector) throws RegistryException
saveBinding in interface IRegistryRegistryException;RegistryExceptionpublic BusinessDetail saveBusiness(AuthInfo authInfo, java.util.Vector businessVector) throws RegistryException
saveBusiness in interface IRegistryRegistryException;RegistryExceptionpublic PublisherDetail savePublisher(AuthInfo authInfo, java.util.Vector publisherVector) throws RegistryException
savePublisher in interface IRegistryRegistryException;RegistryExceptionpublic ServiceDetail saveService(AuthInfo authInfo, java.util.Vector serviceVector) throws RegistryException
saveService in interface IRegistryRegistryException;RegistryExceptionpublic TModelDetail saveTModel(AuthInfo authInfo, java.util.Vector tModelVector) throws RegistryException
saveTModel in interface IRegistryRegistryException;RegistryExceptionpublic PublisherAssertions setPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
setPublisherAssertions in interface IRegistryRegistryException;RegistryExceptionpublic DispositionReport validateValues(java.util.Vector businessVector, java.util.Vector serviceVector, java.util.Vector tModelVector) throws RegistryException
validateValues in interface IRegistryRegistryException;RegistryExceptionCopyright ? 2003 Apache Software Foundation. All rights reserved.