|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRegistry
Represents a vesion 2.0 UDDI registry and implements all services as specified in the UDDI version 2.0 specification.
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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)
|
Field Detail |
---|
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
Method Detail |
---|
BindingDetail findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException
BusinessList findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;
RegistryException
RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;
RegistryException
ServiceList findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;
RegistryException
TModelList findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;
RegistryException
BindingDetail getBindingDetail(java.lang.String bindingKey) throws RegistryException
RegistryException;
RegistryException
BindingDetail getBindingDetail(java.util.Vector bindingKeys) throws RegistryException
RegistryException;
RegistryException
BusinessDetail getBusinessDetail(java.lang.String businessKey) throws RegistryException
RegistryException;
RegistryException
BusinessDetail getBusinessDetail(java.util.Vector businessKeyVector) throws RegistryException
RegistryException;
RegistryException
BusinessDetailExt getBusinessDetailExt(java.lang.String businessKey) throws RegistryException
RegistryException;
RegistryException
BusinessDetailExt getBusinessDetailExt(java.util.Vector businessKeyVector) throws RegistryException
RegistryException;
RegistryException
ServiceDetail getServiceDetail(java.lang.String serviceKey) throws RegistryException
RegistryException;
RegistryException
ServiceDetail getServiceDetail(java.util.Vector serviceKeyVector) throws RegistryException
RegistryException;
RegistryException
TModelDetail getTModelDetail(java.lang.String tModelKey) throws RegistryException
RegistryException;
RegistryException
TModelDetail getTModelDetail(java.util.Vector tModelKeyVector) throws RegistryException
RegistryException;
RegistryException
DispositionReport addPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
RegistryException;
RegistryException
AssertionStatusReport getAssertionStatusReport(AuthInfo authInfo, java.lang.String completionStatus) throws RegistryException
RegistryException;
RegistryException
PublisherAssertions getPublisherAssertions(AuthInfo authInfo) throws RegistryException
RegistryException;
RegistryException
DispositionReport deleteBinding(AuthInfo authInfo, java.util.Vector bindingKeyVector) throws RegistryException
RegistryException;
RegistryException
DispositionReport deleteBusiness(AuthInfo authInfo, java.util.Vector businessKeyVector) throws RegistryException
RegistryException;
RegistryException
DispositionReport deleteService(AuthInfo authInfo, java.util.Vector serviceKeyVector) throws RegistryException
RegistryException;
RegistryException
DispositionReport deleteTModel(AuthInfo authInfo, java.util.Vector tModelKeyVector) throws RegistryException
RegistryException;
RegistryException
DispositionReport deletePublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
RegistryException;
RegistryException
DispositionReport discardAuthToken(AuthInfo authInfo) throws RegistryException
RegistryException;
RegistryException
AuthToken getAuthToken(java.lang.String userID, java.lang.String cred) throws RegistryException
RegistryException;
RegistryException
RegisteredInfo getRegisteredInfo(AuthInfo authInfo) throws RegistryException
RegistryException;
RegistryException
RegistryInfo getRegistryInfo() throws RegistryException
RegistryException;
RegistryException
BindingDetail saveBinding(AuthInfo authInfo, java.util.Vector bindingVector) throws RegistryException
RegistryException;
RegistryException
BusinessDetail saveBusiness(AuthInfo authInfo, java.util.Vector businessVector) throws RegistryException
RegistryException;
RegistryException
ServiceDetail saveService(AuthInfo authInfo, java.util.Vector serviceVector) throws RegistryException
RegistryException;
RegistryException
TModelDetail saveTModel(AuthInfo authInfo, java.util.Vector tModelVector) throws RegistryException
RegistryException;
RegistryException
PublisherAssertions setPublisherAssertions(AuthInfo authInfo, java.util.Vector assertionVector) throws RegistryException
RegistryException;
RegistryException
DispositionReport deletePublisher(AuthInfo authInfo, java.util.Vector publisherIDVector) throws RegistryException
RegistryException;
RegistryException
PublisherDetail getPublisherDetail(java.util.Vector publisherIDVector) throws RegistryException
RegistryException;
RegistryException
PublisherList findPublisher(java.lang.String publisherID, java.lang.String name, FindQualifiers findQualifiers, int maxRows) throws RegistryException
RegistryException;
RegistryException
PublisherDetail savePublisher(AuthInfo authInfo, java.util.Vector publisherVector) throws RegistryException
RegistryException;
RegistryException
DispositionReport validateValues(java.util.Vector businessVector, java.util.Vector serviceVector, java.util.Vector tModelVector) throws RegistryException
RegistryException;
RegistryException
RegistryObject execute(RegistryObject request) throws RegistryException
RegistryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |