public interface IRegistry
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JUDDI_V1_GENERIC |
static java.lang.String |
JUDDI_V1_NAMESPACE |
static java.lang.String |
UDDI_V1_GENERIC |
static java.lang.String |
UDDI_V1_NAMESPACE |
static java.lang.String |
UDDI_V2_GENERIC |
static java.lang.String |
UDDI_V2_NAMESPACE |
static java.lang.String |
UDDI_V3_GENERIC |
static java.lang.String |
UDDI_V3_NAMESPACE |
| 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.
|
RegistryObject |
execute(RegistryObject request) |
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 make one
or more service requests.
|
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 one or more
businesses.
|
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 public property values from the UDDI registry.
|
ServiceDetail |
getServiceDetail(java.lang.String serviceKey)
"Used to get full details for a given set of registered
businessService data.
|
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 given set of registered tModel
data.
|
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) |
static final java.lang.String UDDI_V1_GENERIC
static final java.lang.String UDDI_V2_GENERIC
static final java.lang.String UDDI_V3_GENERIC
static final java.lang.String JUDDI_V1_GENERIC
static final java.lang.String UDDI_V1_NAMESPACE
static final java.lang.String UDDI_V2_NAMESPACE
static final java.lang.String UDDI_V3_NAMESPACE
static final java.lang.String JUDDI_V1_NAMESPACE
BindingDetail findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryExceptionBusinessList findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;RegistryExceptionRelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;RegistryExceptionServiceList findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;RegistryExceptionTModelList findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;RegistryExceptionBindingDetail getBindingDetail(java.lang.String bindingKey) throws RegistryException
RegistryException;RegistryExceptionBindingDetail getBindingDetail(java.util.Vector bindingKeys) throws RegistryException
RegistryException;RegistryExceptionBusinessDetail getBusinessDetail(java.lang.String businessKey) throws RegistryException
RegistryException;RegistryExceptionBusinessDetail getBusinessDetail(java.util.Vector businessKeyVector) throws RegistryException
RegistryException;RegistryExceptionBusinessDetailExt getBusinessDetailExt(java.lang.String businessKey) throws RegistryException
RegistryException;RegistryExceptionBusinessDetailExt getBusinessDetailExt(java.util.Vector businessKeyVector) throws RegistryException
RegistryException;RegistryExceptionServiceDetail getServiceDetail(java.lang.String serviceKey) throws RegistryException
RegistryException;RegistryExceptionServiceDetail getServiceDetail(java.util.Vector serviceKeyVector) throws RegistryException
RegistryException;RegistryExceptionTModelDetail getTModelDetail(java.lang.String tModelKey) throws RegistryException
RegistryException;RegistryExceptionTModelDetail getTModelDetail(java.util.Vector tModelKeyVector) throws RegistryException
RegistryException;RegistryExceptionDispositionReport addPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
RegistryException;RegistryExceptionAssertionStatusReport getAssertionStatusReport(AuthInfo authInfo, java.lang.String completionStatus) throws RegistryException
RegistryException;RegistryExceptionPublisherAssertions getPublisherAssertions(AuthInfo authInfo) throws RegistryException
RegistryException;RegistryExceptionDispositionReport deleteBinding(AuthInfo authInfo, java.util.Vector bindingKeyVector) throws RegistryException
RegistryException;RegistryExceptionDispositionReport deleteBusiness(AuthInfo authInfo, java.util.Vector businessKeyVector) throws RegistryException
RegistryException;RegistryExceptionDispositionReport deleteService(AuthInfo authInfo, java.util.Vector serviceKeyVector) throws RegistryException
RegistryException;RegistryExceptionDispositionReport deleteTModel(AuthInfo authInfo, java.util.Vector tModelKeyVector) throws RegistryException
RegistryException;RegistryExceptionDispositionReport deletePublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
RegistryException;RegistryExceptionDispositionReport discardAuthToken(AuthInfo authInfo) throws RegistryException
RegistryException;RegistryExceptionAuthToken getAuthToken(java.lang.String userID, java.lang.String cred) throws RegistryException
RegistryException;RegistryExceptionRegisteredInfo getRegisteredInfo(AuthInfo authInfo) throws RegistryException
RegistryException;RegistryExceptionRegistryInfo getRegistryInfo() throws RegistryException
RegistryException;RegistryExceptionBindingDetail saveBinding(AuthInfo authInfo, java.util.Vector bindingVector) throws RegistryException
RegistryException;RegistryExceptionBusinessDetail saveBusiness(AuthInfo authInfo, java.util.Vector businessVector) throws RegistryException
RegistryException;RegistryExceptionServiceDetail saveService(AuthInfo authInfo, java.util.Vector serviceVector) throws RegistryException
RegistryException;RegistryExceptionTModelDetail saveTModel(AuthInfo authInfo, java.util.Vector tModelVector) throws RegistryException
RegistryException;RegistryExceptionPublisherAssertions setPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
RegistryException;RegistryExceptionDispositionReport deletePublisher(AuthInfo authInfo, java.util.Vector publisherIDVector) throws RegistryException
RegistryException;RegistryExceptionPublisherDetail getPublisherDetail(java.util.Vector publisherIDVector) throws RegistryException
RegistryException;RegistryExceptionPublisherList findPublisher(java.lang.String publisherID, java.lang.String name, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;RegistryExceptionPublisherDetail savePublisher(AuthInfo authInfo, java.util.Vector publisherVector) throws RegistryException
RegistryException;RegistryExceptionDispositionReport validateValues(java.util.Vector businessVector, java.util.Vector serviceVector, java.util.Vector tModelVector) throws RegistryException
RegistryException;RegistryExceptionRegistryObject execute(RegistryObject request) throws RegistryException
RegistryExceptionCopyright ? 2003 Apache Software Foundation. All rights reserved.