Package | Description |
---|---|
org.uddi4j.client | |
org.uddi4j.transport |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
UDDIProxy.add_publisherAssertions(java.lang.String authInfo,
PublisherAssertion publisherAssertion)
The add_publisherAssertions message is used to add relationship assertions to the
existing set of assertions.
|
DispositionReport |
UDDIProxy.add_publisherAssertions(java.lang.String authInfo,
java.util.Vector publisherAssertion)
The add_publisherAssertions message is used to add relationship assertions to the
existing set of assertions.
|
DispositionReport |
UDDIProxy.delete_binding(java.lang.String authInfo,
java.lang.String bindingKey)
The delete_binding message causes one or more bindingTemplate to be deleted.
|
DispositionReport |
UDDIProxy.delete_binding(java.lang.String authInfo,
java.util.Vector bindingKeyStrings)
The delete_binding message causes one or more bindingTemplate to be deleted.
|
DispositionReport |
UDDIProxy.delete_business(java.lang.String authInfo,
java.lang.String businessKey)
The delete_business message is used to remove one or more
businessEntity structures.
|
DispositionReport |
UDDIProxy.delete_business(java.lang.String authInfo,
java.util.Vector businessKeyStrings)
The delete_business message is used to remove one or more
businessEntity structures.
|
DispositionReport |
UDDIProxy.delete_publisherAssertions(java.lang.String authInfo,
PublisherAssertion publisherAssertion)
The delete_publisherAssertions message is used to delete specific publisher assertions
from the assertion collection controlled by a particular publisher account.
|
DispositionReport |
UDDIProxy.delete_publisherAssertions(java.lang.String authInfo,
java.util.Vector publisherAssertion)
The delete_publisherAssertions message is used to delete specific publisher assertions
from the assertion collection controlled by a particular publisher account.
|
DispositionReport |
UDDIProxy.delete_service(java.lang.String authInfo,
java.lang.String serviceKey)
The delete_service message is used to remove one or more
businessService structures.
|
DispositionReport |
UDDIProxy.delete_service(java.lang.String authInfo,
java.util.Vector serviceKeyStrings)
The delete_service message is used to remove one or more
businessService structures.
|
DispositionReport |
UDDIProxy.delete_tModel(java.lang.String authInfo,
java.lang.String tModelKey)
The delete_tModel message is used to remove or retire one or more
tModel structures.
|
DispositionReport |
UDDIProxy.delete_tModel(java.lang.String authInfo,
java.util.Vector tModelKeyStrings)
The delete_tModel message is used to remove or retire one or more
tModel structures.
|
DispositionReport |
UDDIProxy.discard_authToken(AuthInfo authInfo)
The discard_authToken message is used to inform an Operator Site that the
authentication token can be discarded.
|
DispositionReport |
UDDIProxy.discard_authToken(java.lang.String authInfo)
The discard_authToken message is used to inform an Operator Site that the
authentication token can be discarded.
|
BindingDetail |
UDDIProxy.find_binding(FindQualifiers findQualifiers,
java.lang.String serviceKey,
TModelBag tModelBag,
int maxRows)
The find_binding method returns a bindingDetail message that contains
a bindingTemplates structure with zero or more bindingTemplate structures
matching the criteria specified in the argument list.
|
BusinessList |
UDDIProxy.find_business(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag,
FindQualifiers, int) instead |
BusinessList |
UDDIProxy.find_business(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag,
FindQualifiers, int) instead |
BusinessList |
UDDIProxy.find_business(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag,
FindQualifiers, int) instead |
BusinessList |
UDDIProxy.find_business(java.lang.String name,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag,
FindQualifiers, int) instead |
BusinessList |
UDDIProxy.find_business(TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated.Use
UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag,
FindQualifiers, int) instead |
BusinessList |
UDDIProxy.find_business(java.util.Vector names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
The find_business message returns a businessList message that matches
the conditions specified in the arguments.
|
RelatedBusinessesList |
UDDIProxy.find_relatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers)
Deprecated.
UDDI version 2, errata 2 added maxrows as a parameter
to this method. Use
UDDIProxy.find_relatedBusinesses(String, KeyedReference, FindQualifiers, int) instead |
RelatedBusinessesList |
UDDIProxy.find_relatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference,
FindQualifiers findQualifiers,
int maxRows)
The find_relatedBusinesses API call is used to locate information about businessEntity
registrations that are related to a specific business entity whose key is passed in the
inquiry.
|
ServiceList |
UDDIProxy.find_service(java.lang.String businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_service(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) instead |
ServiceList |
UDDIProxy.find_service(java.lang.String businessKey,
java.lang.String name,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_service(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) instead |
ServiceList |
UDDIProxy.find_service(java.lang.String businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_service(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) instead |
ServiceList |
UDDIProxy.find_service(java.lang.String businessKey,
java.util.Vector names,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
This function returns a serviceList on success.
|
TModelList |
UDDIProxy.find_tModel(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_tModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) instead |
TModelList |
UDDIProxy.find_tModel(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_tModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) instead |
TModelList |
UDDIProxy.find_tModel(java.lang.String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
This find_tModel message is for locating a list of tModel entries
that match a set of specific criteria.
|
TModelList |
UDDIProxy.find_tModel(java.lang.String name,
FindQualifiers findQualifiers,
int maxRows)
Deprecated.
This method has been deprecated. Use
UDDIProxy.find_tModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) instead |
AssertionStatusReport |
UDDIProxy.get_assertionStatusReport(java.lang.String authInfo,
CompletionStatus completionStatus)
The get_assertionStatusReport message is used to request a status
report containing publisher assertions and status information.
|
AssertionStatusReport |
UDDIProxy.get_assertionStatusReport(java.lang.String authInfo,
java.lang.String completionStatus)
The get_assertionStatusReport message is used to request a status
report containing publisher assertions and status information.
|
AuthToken |
UDDIProxy.get_authToken(java.lang.String userid,
java.lang.String cred)
The get_authToken message is used to obtain an authentication token.
|
BindingDetail |
UDDIProxy.get_bindingDetail(java.lang.String bindingKey)
The get_bindingDetail message is for requesting the run-time
bindingTemplate information location information for the purpose of
invoking a registered business API.
|
BindingDetail |
UDDIProxy.get_bindingDetail(java.util.Vector bindingKeyStrings)
The get_bindingDetail message is for requesting the run-time
bindingTemplate information location information for the purpose of
invoking a registered business API.
|
BusinessDetail |
UDDIProxy.get_businessDetail(java.lang.String businessKey)
The get_businessDetail message returns complete businessEntity information
for one or more specified businessEntitys
|
BusinessDetail |
UDDIProxy.get_businessDetail(java.util.Vector businessKeyStrings)
The get_businessDetail message returns complete businessEntity information
for one or more specified businessEntitys
|
BusinessDetailExt |
UDDIProxy.get_businessDetailExt(java.lang.String businessKey)
The get_businessDetailExt message returns extended businessEntity
information for one or more specified businessEntitys.
|
BusinessDetailExt |
UDDIProxy.get_businessDetailExt(java.util.Vector businessKeyStrings)
The get_businessDetailExt message returns extended businessEntity
information for one or more specified businessEntitys.
|
PublisherAssertions |
UDDIProxy.get_publisherAssertions(java.lang.String authInfo)
The get_publisherAssertions message is used to get a list of active
publisher assertions that are controlled by an individual publisher account.
|
RegisteredInfo |
UDDIProxy.get_registeredInfo(java.lang.String authInfo)
The get_registeredInfo message is used to get an abbreviated list
of all businessEntity keys and tModel keys that are controlled by
the individual associated the credentials passed.
|
ServiceDetail |
UDDIProxy.get_serviceDetail(java.lang.String serviceKey)
The get_serviceDetail message is used to request full information
about a known businessService structure.
|
ServiceDetail |
UDDIProxy.get_serviceDetail(java.util.Vector serviceKeyStrings)
The get_serviceDetail message is used to request full information
about a known businessService structure.
|
TModelDetail |
UDDIProxy.get_tModelDetail(java.lang.String tModelKey)
The get_tModelDetail message is used to request full information
about a known tModel structure.
|
TModelDetail |
UDDIProxy.get_tModelDetail(java.util.Vector tModelKeyStrings)
The get_tModelDetail message is used to request full information
about a known tModel structure.
|
BindingDetail |
UDDIProxy.save_binding(java.lang.String authInfo,
java.util.Vector bindingTemplates)
The save_binding message is used to save or update a complete
bindingTemplate structure.
|
BusinessDetail |
UDDIProxy.save_business(java.lang.String authInfo,
UploadRegister[] uploadRegisters)
Deprecated.
This method has been deprecated. Use
UDDIProxy.save_business(String, Vector) instead |
BusinessDetail |
UDDIProxy.save_business(java.lang.String authInfo,
java.util.Vector businessEntities)
The save_business message is used to save or update information about a
complete businessEntity structure.
|
ServiceDetail |
UDDIProxy.save_service(java.lang.String authInfo,
java.util.Vector businessServices)
The save_service message adds or updates one or more businessService
structures.
|
TModelDetail |
UDDIProxy.save_tModel(java.lang.String authInfo,
UploadRegister[] uploadRegisters)
Deprecated.
This method has been deprecated. Use
UDDIProxy.save_tModel(String, Vector) instead |
TModelDetail |
UDDIProxy.save_tModel(java.lang.String authInfo,
java.util.Vector tModels)
The save_tModel message adds or updates one or more tModel structures.
|
org.w3c.dom.Element |
UDDIProxy.send(org.w3c.dom.Element el,
boolean inquiry)
Sends an XML DOM tree indentified by the given element to either the
inquiry or publish URL.
|
org.w3c.dom.Element |
UDDIProxy.send(UDDIElement el,
boolean inquiry)
Sends a UDDIElement to either the inquiry or publish URL.
|
PublisherAssertions |
UDDIProxy.set_publisherAssertions(java.lang.String authInfo,
PublisherAssertion pub)
The set_publisherAssertions message is used to save the complete set of publisher
assertions for an individual publisher account.
|
PublisherAssertions |
UDDIProxy.set_publisherAssertions(java.lang.String authInfo,
java.util.Vector publisherAssertion)
The set_publisherAssertions message is used to save the complete set of publisher
assertions for an individual publisher account.
|
DispositionReport |
UDDIProxy.validate_values_businessEntity(java.util.Vector businessEntity)
A UDDI operator sends the validate_values message to the appropriate external service, whenever a
publisher saves data that uses a categorization value or identifier whose use is regulated by the
external party who controls that service.
|
DispositionReport |
UDDIProxy.validate_values_businessService(java.util.Vector businessService)
A UDDI operator sends the validate_values message to the appropriate external service, whenever a
publisher saves data that uses a categorization value or identifier whose use is regulated by the
external party who controls that service.
|
DispositionReport |
UDDIProxy.validate_values_tModel(java.util.Vector tModel)
A UDDI operator sends the validate_values message to the appropriate external service, whenever a
publisher saves data that uses a categorization value or identifier whose use is regulated by the
external party who controls that service.
|
Modifier and Type | Method and Description |
---|---|
Transport |
TransportFactory.getTransport()
Returns Transport implementation to be used.
|
org.w3c.dom.Element |
ApacheAxisTransport.send(org.w3c.dom.Element el,
java.net.URL url)
Sends a UDDIElement to URL.
|
org.w3c.dom.Element |
Transport.send(org.w3c.dom.Element el,
java.net.URL url)
Sends a DOM Element to URL.
|
org.w3c.dom.Element |
Transport.send(UDDIElement el,
java.net.URL url)
Sends a UDDIElement to URL.
|
org.w3c.dom.Element |
TransportBase.send(UDDIElement el,
java.net.URL url)
Sends a UDDIElement to URL.
|
Copyright ? 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.