|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.request.UDDIQuerier
UDDIQuerier is an abstract class defining the client interface to the querying API of a UDDI registry.
| Field Summary | |
protected inspireit.uddi.request.UDDIProfile |
profile
The UDDI profile defining query execution context. |
| Constructor Summary | |
protected |
UDDIQuerier(inspireit.uddi.request.UDDIProfile profile)
UDDIQuerier constructor. |
| Method Summary | |
BindingDetail |
findBinding(ServiceKey serviceKey,
TModelBag tModelBag)
Performs a find_binding UDDI call used to locate specific bindings within a registered BusinessService. |
BindingDetail |
findBinding(ServiceKey serviceKey,
TModelBag tModelBag,
FindQualifiers findQualifiers)
Performs a find_binding UDDI call used to locate specific bindings within a registered BusinessService. |
abstract BindingDetail |
findBinding(ServiceKey serviceKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_binding UDDI call used to locate specific bindings within a registered BusinessService. |
BindingDetail |
findBinding(ServiceKey serviceKey,
TModelBag tModelBag,
int maxRows)
Performs a find_binding UDDI call used to locate specific bindings within a registered BusinessService. |
UDDIInputStream |
findBindingStream(ServiceKey serviceKey,
TModelBag tModelBag)
Performs a find_binding UDDI call used to locate specific bindings within a registered BusinessService. |
UDDIInputStream |
findBindingStream(ServiceKey serviceKey,
TModelBag tModelBag,
FindQualifiers findQualifiers)
Performs a find_binding UDDI call used to locate specific bindings within a registered BusinessService. |
abstract UDDIInputStream |
findBindingStream(ServiceKey serviceKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_binding UDDI call used to locate specific bindings within a registered BusinessService. |
UDDIInputStream |
findBindingStream(ServiceKey serviceKey,
TModelBag tModelBag,
int maxRows)
Performs a find_binding UDDI call used to locate specific bindings within a registered BusinessService. |
abstract BusinessList |
findBusiness(AuthInfo authInfo,
Names names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
inspireit.uddi.request.inquiry.FindTModel findTModel,
inspireit.uddi.request.inquiry.FindRelatedBusinesses findRelatedBusinesses,
int maxRows,
int listHead)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(CategoryBag categoryBag)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(CategoryBag categoryBag,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract BusinessList |
findBusiness(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(CategoryBag categoryBag,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(DiscoveryURLs discoveryURLs)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract BusinessList |
findBusiness(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(DiscoveryURLs discoveryURLs,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(IdentifierBag identifierBag)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(IdentifierBag identifierBag,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract BusinessList |
findBusiness(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(IdentifierBag identifierBag,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(Name name)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(Name name,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract BusinessList |
findBusiness(Name name,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(Name name,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract BusinessList |
findBusiness(Names names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(TModelBag tModelBag)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(TModelBag tModelBag,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract BusinessList |
findBusiness(TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
BusinessList |
findBusiness(TModelBag tModelBag,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract UDDIInputStream |
findBusinessStream(AuthInfo authInfo,
Names names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
inspireit.uddi.request.inquiry.FindTModel findTModel,
inspireit.uddi.request.inquiry.FindRelatedBusinesses findRelatedBusinesses,
int maxRows,
int listHead)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(CategoryBag categoryBag)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(CategoryBag categoryBag,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract UDDIInputStream |
findBusinessStream(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(CategoryBag categoryBag,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(DiscoveryURLs discoveryURLs)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract UDDIInputStream |
findBusinessStream(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(DiscoveryURLs discoveryURLs,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(IdentifierBag identifierBag)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(IdentifierBag identifierBag,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract UDDIInputStream |
findBusinessStream(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(IdentifierBag identifierBag,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(Name name)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(Name name,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract UDDIInputStream |
findBusinessStream(Name name,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(Name name,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract UDDIInputStream |
findBusinessStream(Names names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(TModelBag tModelBag)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(TModelBag tModelBag,
FindQualifiers findQualifiers)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract UDDIInputStream |
findBusinessStream(TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
UDDIInputStream |
findBusinessStream(TModelBag tModelBag,
int maxRows)
Performs a find_business UDDI call used to locate information about one or more businesses. |
abstract RelatedBusinessesList |
findRelatedBusinesses(BusinessKey businessKey)
Performs a find_relatedBusinesses call used to get information about BusinessEntity data that are related to a particular businessEntity in a particular way. |
abstract RelatedBusinessesList |
findRelatedBusinesses(BusinessKey businessKey,
FindQualifiers findQualifiers,
KeyedReference keyedReference)
Performs a find_relatedBusinesses call used to get information about BusinessEntity data that are related to a particular businessEntity in a particular way. |
abstract UDDIInputStream |
findRelatedBusinessesStream(BusinessKey businessKey)
Performs a find_relatedBusinesses call used to get information about BusinessEntity data that are related to a particular businessEntity in a particular way. |
abstract UDDIInputStream |
findRelatedBusinessesStream(BusinessKey businessKey,
FindQualifiers findQualifiers,
KeyedReference keyedReference)
Performs a find_relatedBusinesses call used to get information about BusinessEntity data that are related to a particular businessEntity in a particular way. |
abstract ServiceList |
findService(AuthInfo authInfo,
BusinessKey businessKey,
Names names,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
TModelBag tModelBag,
inspireit.uddi.request.inquiry.FindTModel findTModel,
int maxRows,
int listHead)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
CategoryBag categoryBag)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract ServiceList |
findService(BusinessKey businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
CategoryBag categoryBag,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
Name name)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract ServiceList |
findService(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
Name name,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract ServiceList |
findService(BusinessKey businessKey,
Names names,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
TModelBag tModelBag)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract ServiceList |
findService(BusinessKey businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
ServiceList |
findService(BusinessKey businessKey,
TModelBag tModelBag,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
CategoryBag categoryBag)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract UDDIInputStream |
findServiceStream(BusinessKey businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
CategoryBag categoryBag,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
Name name)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract UDDIInputStream |
findServiceStream(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
Name name,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract UDDIInputStream |
findServiceStream(BusinessKey businessKey,
Names names,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
TModelBag tModelBag)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract UDDIInputStream |
findServiceStream(BusinessKey businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
UDDIInputStream |
findServiceStream(BusinessKey businessKey,
TModelBag tModelBag,
int maxRows)
Performs a find_service UDDI call used to locate specific services within a registered BusinessEntity. |
abstract TModelList |
findTModel(AuthInfo authInfo,
Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows,
int listHead)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(CategoryBag categoryBag)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(CategoryBag categoryBag,
FindQualifiers findQualifiers)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract TModelList |
findTModel(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(CategoryBag categoryBag,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(IdentifierBag identifierBag)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(IdentifierBag identifierBag,
FindQualifiers findQualifiers)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract TModelList |
findTModel(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(IdentifierBag identifierBag,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(Name name)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract TModelList |
findTModel(Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(Name name,
FindQualifiers findQualifiers)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract TModelList |
findTModel(Name name,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
TModelList |
findTModel(Name name,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract UDDIInputStream |
findTModelStream(AuthInfo authInfo,
Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows,
int listHead)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(CategoryBag categoryBag)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(CategoryBag categoryBag,
FindQualifiers findQualifiers)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract UDDIInputStream |
findTModelStream(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(CategoryBag categoryBag,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(IdentifierBag identifierBag)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(IdentifierBag identifierBag,
FindQualifiers findQualifiers)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract UDDIInputStream |
findTModelStream(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(IdentifierBag identifierBag,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(Name name)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract UDDIInputStream |
findTModelStream(Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(Name name,
FindQualifiers findQualifiers)
Performs a find_tModel UDDI call used to locate one or more TModels. |
abstract UDDIInputStream |
findTModelStream(Name name,
FindQualifiers findQualifiers,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
UDDIInputStream |
findTModelStream(Name name,
int maxRows)
Performs a find_tModel UDDI call used to locate one or more TModels. |
BindingDetail |
getBindingDetail(BindingKey bindingKey)
Perform a get_bindingDetail UDDI call used to request the runtime BindingTemplate information location information for the purpose of invoking a registered business API. |
abstract BindingDetail |
getBindingDetail(BindingKeys bindingKeys)
Perform a get_bindingDetail UDDI call used to request the runtime BindingTemplate information location information for the purpose of invoking a registered business API. |
UDDIInputStream |
getBindingDetailStream(BindingKey bindingKey)
Perform a get_bindingDetail UDDI call used to request the runtime BindingTemplate information location information for the purpose of invoking a registered business API. |
abstract UDDIInputStream |
getBindingDetailStream(BindingKeys bindingKeys)
Perform a get_bindingDetail UDDI call used to request the runtime BindingTemplate information location information for the purpose of invoking a registered business API. |
BusinessDetail |
getBusinessDetail(BusinessKey businessKey)
Performs a get_businessDetail UDDI call used to return complete BusinessEntity information for one or more specified BusinessEntity keys. |
abstract BusinessDetail |
getBusinessDetail(BusinessKeys businessKeys)
Performs a get_businessDetail UDDI call used to return complete BusinessEntity information for one or more specified BusinessEntity keys. |
BusinessDetailExt |
getBusinessDetailExt(BusinessKey businessKey)
Performs a get_businessDetailExt call used to return extended BusinessEntity information for one or more specified BusinessEntitys. |
abstract BusinessDetailExt |
getBusinessDetailExt(BusinessKeys businessKeys)
Performs a get_businessDetailExt call used to return extended BusinessEntity information for one or more specified BusinessEntitys. |
UDDIInputStream |
getBusinessDetailExtStream(BusinessKey businessKey)
Performs a get_businessDetailExt call used to return extended BusinessEntity information for one or more specified BusinessEntitys. |
abstract UDDIInputStream |
getBusinessDetailExtStream(BusinessKeys businessKeys)
Performs a get_businessDetailExt call used to return extended BusinessEntity information for one or more specified BusinessEntitys. |
UDDIInputStream |
getBusinessDetailStream(BusinessKey businessKey)
Performs a get_businessDetail UDDI call used to return complete BusinessEntity information for one or more specified BusinessEntity keys. |
abstract UDDIInputStream |
getBusinessDetailStream(BusinessKeys businessKeys)
Performs a get_businessDetail UDDI call used to return complete BusinessEntity information for one or more specified BusinessEntity keys. |
inspireit.uddi.request.UDDIProfile |
getProfile()
Gets the UDDI profile defining the query execution context. |
static inspireit.uddi.request.UDDIQuerier |
getQuerier(inspireit.uddi.request.UDDIProfile profile)
Gets the UDDIQuerier instance appropriate to the given UDDIProfile. |
ServiceDetail |
getServiceDetail(ServiceKey serviceKey)
Performs a get_serviceDetail UDDI call used to request full information about a known BusinessService structure. |
abstract ServiceDetail |
getServiceDetail(ServiceKeys serviceKeys)
Performs a get_serviceDetail UDDI call used to request full information about a known BusinessService structure. |
UDDIInputStream |
getServiceDetailStream(ServiceKey serviceKey)
Performs a get_serviceDetail UDDI call used to request full information about a known BusinessService structure. |
abstract UDDIInputStream |
getServiceDetailStream(ServiceKeys serviceKeys)
Performs a get_serviceDetail UDDI call used to request full information about a known BusinessService structure. |
TModelDetail |
getTModelDetail(TModelKey tModelKey)
Performs a get_tModelDetail UDDI call used to request full information about a known TModel structure. |
abstract TModelDetail |
getTModelDetail(TModelKeys tModelKeys)
Performs a get_tModelDetail UDDI call used to request full information about a known TModel structure. |
UDDIInputStream |
getTModelDetailStream(TModelKey tModelKey)
Performs a get_tModelDetail UDDI call used to request full information about a known TModel structure. |
abstract UDDIInputStream |
getTModelDetailStream(TModelKeys tModelKeys)
Performs a get_tModelDetail UDDI call used to request full information about a known TModel structure. |
int |
getVersion()
Gets the UDDI version in use. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected inspireit.uddi.request.UDDIProfile profile
| Constructor Detail |
protected UDDIQuerier(inspireit.uddi.request.UDDIProfile profile)
profile - The UDDI profile defining the query execution context.| Method Detail |
public inspireit.uddi.request.UDDIProfile getProfile()
public int getVersion()
public static inspireit.uddi.request.UDDIQuerier getQuerier(inspireit.uddi.request.UDDIProfile profile)
profile - A UDDIProfile defining a publishing execution context.
public abstract BindingDetail findBinding(ServiceKey serviceKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
serviceKey - A particular BusinessService to which the call applies.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BindingDetail findBinding(ServiceKey serviceKey,
TModelBag tModelBag)
throws UDDIException,
RemoteException
serviceKey - A particular BusinessService to which the call applies.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BindingDetail findBinding(ServiceKey serviceKey,
TModelBag tModelBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
serviceKey - A particular BusinessService to which the call applies.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BindingDetail findBinding(ServiceKey serviceKey,
TModelBag tModelBag,
int maxRows)
throws UDDIException,
RemoteException
serviceKey - A particular BusinessService to which the call applies.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within themaxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findBindingStream(ServiceKey serviceKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
serviceKey - A particular BusinessService to which the call applies.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBindingStream(ServiceKey serviceKey,
TModelBag tModelBag)
throws UDDIException,
RemoteException
serviceKey - A particular BusinessService to which the call applies.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBindingStream(ServiceKey serviceKey,
TModelBag tModelBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
serviceKey - A particular BusinessService to which the call applies.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBindingStream(ServiceKey serviceKey,
TModelBag tModelBag,
int maxRows)
throws UDDIException,
RemoteException
serviceKey - A particular BusinessService to which the call applies.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within themaxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessList findBusiness(Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(Name name,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(Name name,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(Name name)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findBusinessStream(Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(Name name,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(Name name,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(Name name)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessList findBusiness(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(IdentifierBag identifierBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(IdentifierBag identifierBag,
int maxRows)
throws UDDIException,
RemoteException
maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(IdentifierBag identifierBag)
throws UDDIException,
RemoteException
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findBusinessStream(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(IdentifierBag identifierBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(IdentifierBag identifierBag,
int maxRows)
throws UDDIException,
RemoteException
maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(IdentifierBag identifierBag)
throws UDDIException,
RemoteException
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessList findBusiness(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(CategoryBag categoryBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(CategoryBag categoryBag,
int maxRows)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(CategoryBag categoryBag)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findBusinessStream(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(CategoryBag categoryBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(CategoryBag categoryBag,
int maxRows)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(CategoryBag categoryBag)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessList findBusiness(TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
tModelBag - A list of TModelKeys. The returned BusinessList contains
BusinessInfos that match all of the TModelKeys passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(TModelBag tModelBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
tModelBag - A list of TModelKeys. The returned BusinessList contains
BusinessInfos that match all of the TModelKeys passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(TModelBag tModelBag,
int maxRows)
throws UDDIException,
RemoteException
tModelBag - A list of TModelKeys. The returned BusinessList contains
BusinessInfos that match all of the TModelKeys passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(TModelBag tModelBag)
throws UDDIException,
RemoteException
tModelBag - A list of TModelKeys. The returned BusinessList contains
BusinessInfos that match all of the TModelKeys passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findBusinessStream(TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
tModelBag - A list of TModelKeys. The returned BusinessList contains
BusinessInfos that match all of the TModelKeys passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(TModelBag tModelBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
tModelBag - A list of TModelKeys. The returned BusinessList contains
BusinessInfos that match all of the TModelKeys passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(TModelBag tModelBag,
int maxRows)
throws UDDIException,
RemoteException
tModelBag - A list of TModelKeys. The returned BusinessList contains
BusinessInfos that match all of the TModelKeys passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(TModelBag tModelBag)
throws UDDIException,
RemoteException
tModelBag - A list of TModelKeys. The returned BusinessList contains
BusinessInfos that match all of the TModelKeys passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessList findBusiness(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(DiscoveryURLs discoveryURLs,
int maxRows)
throws UDDIException,
RemoteException
discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessList findBusiness(DiscoveryURLs discoveryURLs)
throws UDDIException,
RemoteException
discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findBusinessStream(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(DiscoveryURLs discoveryURLs,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(DiscoveryURLs discoveryURLs,
int maxRows)
throws UDDIException,
RemoteException
discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findBusinessStream(DiscoveryURLs discoveryURLs)
throws UDDIException,
RemoteException
discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessList findBusiness(Names names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
names - Up to 5 BusinessEntity names.discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException
RemoteException
public abstract UDDIInputStream findBusinessStream(Names names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
names - Up to 5 BusinessEntity names.discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessList findBusiness(AuthInfo authInfo,
Names names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
inspireit.uddi.request.inquiry.FindTModel findTModel,
inspireit.uddi.request.inquiry.FindRelatedBusinesses findRelatedBusinesses,
int maxRows,
int listHead)
throws UDDIException,
RemoteException
authInfo - Authentication information.names - A set of BusinessEntity names.discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.findTModel - findRelatedBusinesses - maxRows - The maximum number of results to return.listHead -
UDDIException
RemoteException
public abstract UDDIInputStream findBusinessStream(AuthInfo authInfo,
Names names,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
inspireit.uddi.request.inquiry.FindTModel findTModel,
inspireit.uddi.request.inquiry.FindRelatedBusinesses findRelatedBusinesses,
int maxRows,
int listHead)
throws UDDIException,
RemoteException
authInfo - Authentication information.names - A set of BusinessEntity names.discoveryURLs - A list of DiscoveryURL. The returned BusinessList
contains BusinessInfos matching any of the URL's passed.categoryBag - A list of category references. The returned
BusinessList contains BusinessInfos matching all of the categories passed.tModelBag - A list of TModelKeys representing the technical
fingerprint to locate in a BindingTemplate contained within the
BusinessService specified by the serviceKey value.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.findTModel - findRelatedBusinesses - maxRows - The maximum number of results to return.listHead -
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract ServiceList findService(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
Name name,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
Name name)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findServiceStream(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
Name name,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
Name name)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract ServiceList findService(BusinessKey businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.categoryBag - A list of category references. The returned
ServiceList contains ServiceInfos matching all of the categories passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.categoryBag - A list of category references. The returned
ServiceList contains ServiceInfos matching all of the categories passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
CategoryBag categoryBag,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.categoryBag - A list of category references. The returned
ServiceList contains ServiceInfos matching all of the categories passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
CategoryBag categoryBag)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.categoryBag - A list of category references. The returned
ServiceList contains ServiceInfos matching all of the categories passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findServiceStream(BusinessKey businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.categoryBag - A list of category references. The returned
ServiceList contains ServiceInfos matching all of the categories passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.categoryBag - A list of category references. The returned
ServiceList contains ServiceInfos matching all of the categories passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
CategoryBag categoryBag,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.categoryBag - A list of category references. The returned
ServiceList contains ServiceInfos matching all of the categories passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
CategoryBag categoryBag)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.categoryBag - A list of category references. The returned
ServiceList contains ServiceInfos matching all of the categories passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract ServiceList findService(BusinessKey businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.tModelBag - A list of TModelKeys. The returned ServiceList contains
ServiceInfos that match all of the TModelKeys passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.tModelBag - A list of TModelKeys. The returned ServiceList contains
ServiceInfos that match all of the TModelKeys passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
TModelBag tModelBag,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.tModelBag - A list of TModelKeys. The returned ServiceList contains
ServiceInfos that match all of the TModelKeys passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceList findService(BusinessKey businessKey,
TModelBag tModelBag)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.tModelBag - A list of TModelKeys. The returned ServiceList contains
ServiceInfos that match all of the TModelKeys passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findServiceStream(BusinessKey businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.tModelBag - A list of TModelKeys. The returned ServiceList contains
ServiceInfos that match all of the TModelKeys passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
TModelBag tModelBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.tModelBag - A list of TModelKeys. The returned ServiceList contains
ServiceInfos that match all of the TModelKeys passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
TModelBag tModelBag,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.tModelBag - A list of TModelKeys. The returned ServiceList contains
ServiceInfos that match all of the TModelKeys passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findServiceStream(BusinessKey businessKey,
TModelBag tModelBag)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.tModelBag - A list of TModelKeys. The returned ServiceList contains
ServiceInfos that match all of the TModelKeys passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract ServiceList findService(BusinessKey businessKey,
Names names,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.names - The beginning of the names of the BusinessServices to return (max 5).categoryBag - A list of category references. The returned ServiceList contains ServiceInfos matching all of
the categories passed.tModelBag - A list of TModelKeys. The returned ServiceList contains ServiceInfos that match all of the
TModelKeys passed.findQualifiers - maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findServiceStream(BusinessKey businessKey,
Names names,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.names - The beginning of the names of the BusinessServices to return (max 5).categoryBag - A list of category references. The returned ServiceList contains ServiceInfos matching all of
the categories passed.tModelBag - A list of TModelKeys. The returned ServiceList contains ServiceInfos that match all of the
TModelKeys passed.findQualifiers - maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract ServiceList findService(AuthInfo authInfo,
BusinessKey businessKey,
Names names,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
TModelBag tModelBag,
inspireit.uddi.request.inquiry.FindTModel findTModel,
int maxRows,
int listHead)
throws UDDIException,
RemoteException
authInfo - Authentication information.businessKey - A particular BusinessEntity to which the call applies.names - The beginning of the names of the BusinessServices to return (max 5).categoryBag - A list of category references. The returned ServiceList contains ServiceInfos matching all of
the categories passed.findQualifiers - Collection of FindQualifiers used to alter the default behavior of search functionality.tModelBag - A list of TModelKeys. The returned ServiceList contains ServiceInfos that match all of the
TModelKeys passed.findTModel - maxRows - The maximum number of results to return.listHead -
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract TModelList findTModel(Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(Name name,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(Name name,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(Name name)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findTModelStream(Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(Name name,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(Name name,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(Name name)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract TModelList findTModel(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
identifierBag - A list of business identifier references. The
returned TModelList contains TModelInfos matching any of the identifiers
passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(IdentifierBag identifierBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
identifierBag - A list of business identifier references. The
returned TModelList contains TModelInfos matching any of the identifiers
passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(IdentifierBag identifierBag,
int maxRows)
throws UDDIException,
RemoteException
identifierBag - A list of business identifier references. The
returned TModelList contains TModelInfos matching any of the identifiers
passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(IdentifierBag identifierBag)
throws UDDIException,
RemoteException
identifierBag - A list of business identifier references. The
returned TModelList contains TModelInfos matching any of the identifiers
passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findTModelStream(IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
identifierBag - A list of business identifier references. The
returned TModelList contains TModelInfos matching any of the identifiers
passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(IdentifierBag identifierBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
identifierBag - A list of business identifier references. The
returned TModelList contains TModelInfos matching any of the identifiers
passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(IdentifierBag identifierBag,
int maxRows)
throws UDDIException,
RemoteException
identifierBag - A list of business identifier references. The
returned TModelList contains TModelInfos matching any of the identifiers
passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(IdentifierBag identifierBag)
throws UDDIException,
RemoteException
identifierBag - A list of business identifier references. The
returned TModelList contains TModelInfos matching any of the identifiers
passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract TModelList findTModel(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned TModelList
contains TModelInfos matching all of the category passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(CategoryBag categoryBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned TModelList
contains TModelInfos matching all of the category passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(CategoryBag categoryBag,
int maxRows)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned TModelList
contains TModelInfos matching all of the category passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelList findTModel(CategoryBag categoryBag)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned TModelList
contains TModelInfos matching all of the category passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findTModelStream(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned TModelList
contains TModelInfos matching all of the category passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(CategoryBag categoryBag,
FindQualifiers findQualifiers)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned TModelList
contains TModelInfos matching all of the category passed.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(CategoryBag categoryBag,
int maxRows)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned TModelList
contains TModelInfos matching all of the category passed.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream findTModelStream(CategoryBag categoryBag)
throws UDDIException,
RemoteException
categoryBag - A list of category references. The returned TModelList
contains TModelInfos matching all of the category passed.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract TModelList findTModel(Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
name - The name of the TModels to find.categoryBag - List of category references.identifierBag - List of identifier references.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findTModelStream(Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
name - The name of the TModels to find.categoryBag - List of category references.identifierBag - List of identifier references.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract TModelList findTModel(AuthInfo authInfo,
Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows,
int listHead)
throws UDDIException,
RemoteException
authInfo - Authentication information.name - The name of the TModels to find.categoryBag - List of category references.identifierBag - List of identifier references.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.listHead -
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findTModelStream(AuthInfo authInfo,
Name name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows,
int listHead)
throws UDDIException,
RemoteException
authInfo - Authentication information.name - The name of the TModels to find.categoryBag - List of category references.identifierBag - List of identifier references.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.listHead -
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BindingDetail getBindingDetail(BindingKeys bindingKeys)
throws UDDIException,
RemoteException
bindingKeys - A list of BindingKeys that represent specific
instances of known BindingTemplate data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BindingDetail getBindingDetail(BindingKey bindingKey)
throws UDDIException,
RemoteException
bindingKey - A BindingKey that represent a specific instance of a
known BindingTemplate data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream getBindingDetailStream(BindingKeys bindingKeys)
throws UDDIException,
RemoteException
bindingKeys - A list of BindingKeys that represent specific
instances of known BindingTemplate data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream getBindingDetailStream(BindingKey bindingKey)
throws UDDIException,
RemoteException
bindingKey - A BindingKey that represent a specific instance of a
known BindingTemplate data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessDetail getBusinessDetail(BusinessKeys businessKeys)
throws UDDIException,
RemoteException
businessKeys - A list of BusinessKeys that represent specific
instances of known BusinessEntity data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessDetail getBusinessDetail(BusinessKey businessKey)
throws UDDIException,
RemoteException
businessKey - A BusinessKey that represent a specific instance of a
known BusinessEntity data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream getBusinessDetailStream(BusinessKeys businessKeys)
throws UDDIException,
RemoteException
businessKeys - A list of BusinessKeys that represent specific
instances of known BusinessEntity data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream getBusinessDetailStream(BusinessKey businessKey)
throws UDDIException,
RemoteException
businessKey - A BusinessKey that represent a specific instance of a
known BusinessEntity data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract BusinessDetailExt getBusinessDetailExt(BusinessKeys businessKeys)
throws UDDIException,
RemoteException
businessKeys - A list of BusinessKeys that represent specific
instances of known BusinessEntity data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public BusinessDetailExt getBusinessDetailExt(BusinessKey businessKey)
throws UDDIException,
RemoteException
businessKey - A BusinessKey that represent a specific instance of a
known BusinessEntity data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream getBusinessDetailExtStream(BusinessKeys businessKeys)
throws UDDIException,
RemoteException
businessKeys - A list of BusinessKeys that represent specific
instances of known BusinessEntity data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream getBusinessDetailExtStream(BusinessKey businessKey)
throws UDDIException,
RemoteException
businessKey - A BusinessKey that represent a specific instance of a
known BusinessEntity data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract ServiceDetail getServiceDetail(ServiceKeys serviceKeys)
throws UDDIException,
RemoteException
serviceKeys - A list of ServiceKeys that represent specific
instances of known BusinessService data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public ServiceDetail getServiceDetail(ServiceKey serviceKey)
throws UDDIException,
RemoteException
serviceKey - A ServiceKey that represent a specific instance of a
known BusinessService data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream getServiceDetailStream(ServiceKeys serviceKeys)
throws UDDIException,
RemoteException
serviceKeys - A list of ServiceKeys that represent specific
instances of known BusinessService data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream getServiceDetailStream(ServiceKey serviceKey)
throws UDDIException,
RemoteException
serviceKey - A ServiceKey that represent a specific instance of a
known BusinessService data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract TModelDetail getTModelDetail(TModelKeys tModelKeys)
throws UDDIException,
RemoteException
tModelKeys - A list of TModelKeys that represent specific instances
of known TModel data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public TModelDetail getTModelDetail(TModelKey tModelKey)
throws UDDIException,
RemoteException
tModelKey - A TModelKey that represents a specific instance of a known TModel data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream getTModelDetailStream(TModelKeys tModelKeys)
throws UDDIException,
RemoteException
tModelKeys - A list of TModelKeys that represent specific instances
of known TModel data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public UDDIInputStream getTModelDetailStream(TModelKey tModelKey)
throws UDDIException,
RemoteException
tModelKey - A TModelKey that represents a specific instance of a known TModel data.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract RelatedBusinessesList findRelatedBusinesses(BusinessKey businessKey)
throws UDDIException,
RemoteException
businessKey - Used to specify a particular BusinessEntity instance
to use as the focal point of the search.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findRelatedBusinessesStream(BusinessKey businessKey)
throws UDDIException,
RemoteException
businessKey - Used to specify a particular BusinessEntity instance
to use as the focal point of the search.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract RelatedBusinessesList findRelatedBusinesses(BusinessKey businessKey,
FindQualifiers findQualifiers,
KeyedReference keyedReference)
throws UDDIException,
RemoteException
businessKey - Used to specify a particular BusinessEntity instance
to use as the focal point of the search.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.keyedReference - Used to specify that only businesses that are
related to the focal point in a specific way should be included in the
results.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract UDDIInputStream findRelatedBusinessesStream(BusinessKey businessKey,
FindQualifiers findQualifiers,
KeyedReference keyedReference)
throws UDDIException,
RemoteException
businessKey - Used to specify a particular BusinessEntity instance
to use as the focal point of the search.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.keyedReference - Used to specify that only businesses that are
related to the focal point in a specific way should be included in the
results.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||