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