public interface Inquiry
extends javax.ejb.EJBObject
Corresponds to UDDI v2.0 Inquiry API.
Remote interface of InquiryBean
.
Modifier and Type | Method and Description |
---|---|
BindingDetail |
findBinding(java.lang.String serviceKey,
TModelBag tModelBag)
Deprecated.
Returns information about one or more BindingTemplates
for a particular service.
|
BindingDetail |
findBinding(java.lang.String serviceKey,
TModelBag tModelBag,
InquiryOptions options)
Deprecated.
Returns information about one or more BindingTemplates
for a particular service.
|
BusinessList |
findBusiness(CategoryBag categoryBag)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(CategoryBag categoryBag,
InquiryOptions options)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(DiscoveryUrlList discoveryURLs)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(DiscoveryUrlList discoveryURLs,
InquiryOptions options)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(IdentifierBag identifierBag)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(IdentifierBag identifierBag,
InquiryOptions options)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(NameList nameList)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(NameList nameList,
InquiryOptions options)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(TModelBag tModelBag)
Deprecated.
Returns information about one or more businesses.
|
BusinessList |
findBusiness(TModelBag tModelBag,
InquiryOptions options)
Deprecated.
Returns information about one or more businesses.
|
RelatedBusinessesList |
findRelatedBusinesses(FindQualifiers findQualifiers,
java.lang.String businessKey)
Deprecated.
Returns information about businesses which are related to the business represented
by the businessKey passed to the method.
|
RelatedBusinessesList |
findRelatedBusinesses(java.lang.String businessKey)
Deprecated.
Returns information about businesses which are related to the business represented
by the businessKey passed to the method.
|
RelatedBusinessesList |
findRelatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference)
Deprecated.
Returns information about businesses which are related to the business represented
by the businessKey passed to the method.
|
ServiceList |
findService(java.lang.String businessKey,
CategoryBag categoryBag)
Deprecated.
Returns information about one or more services.
|
ServiceList |
findService(java.lang.String businessKey,
CategoryBag categoryBag,
InquiryOptions options)
Deprecated.
Returns information about one or more services.
|
ServiceList |
findService(java.lang.String businessKey,
NameList nameList)
Deprecated.
Returns information about one or more services.
|
ServiceList |
findService(java.lang.String businessKey,
NameList nameList,
InquiryOptions options)
Deprecated.
Returns information about one or more services.
|
ServiceList |
findService(java.lang.String businessKey,
TModelBag tModelBag)
Deprecated.
Returns information about one or more services.
|
ServiceList |
findService(java.lang.String businessKey,
TModelBag tModelBag,
InquiryOptions options)
Deprecated.
Returns information about one or more services.
|
TModelList |
findTModel(CategoryBag categoryBag)
Deprecated.
Returns information about one or more tModels.
|
TModelList |
findTModel(CategoryBag categoryBag,
InquiryOptions options)
Deprecated.
Returns information about one or more tModels.
|
TModelList |
findTModel(IdentifierBag identifierBag)
Deprecated.
Returns information about one or more tModels.
|
TModelList |
findTModel(IdentifierBag identifierBag,
InquiryOptions options)
Deprecated.
Returns information about one or more tModels.
|
TModelList |
findTModel(java.lang.String name)
Deprecated.
Returns information about one or more tModels.
|
TModelList |
findTModel(java.lang.String name,
InquiryOptions options)
Deprecated.
Returns information about one or more tModels.
|
BindingDetail |
getBindingDetail(java.lang.String bindingKey)
Deprecated.
Returns detailed information about one bindingTemplate.
|
BindingDetail |
getBindingDetail(java.util.Vector bindingKeys)
Deprecated.
Returns detailed information about multiple bindingTemplates.
|
BusinessDetail |
getBusinessDetail(java.lang.String businessKey)
Deprecated.
Returns detailed information about one business.
|
BusinessDetail |
getBusinessDetail(java.util.Vector businessKeys)
Deprecated.
Returns detailed information about multiple businesses.
|
ServiceDetail |
getServiceDetail(java.lang.String serviceKey)
Deprecated.
Returns detailed information about one service.
|
ServiceDetail |
getServiceDetail(java.util.Vector serviceKeys)
Deprecated.
Returns detailed information about multiple services.
|
TModelDetail |
getTModelDetail(java.lang.String tModelKey)
Deprecated.
Returns detailed information about one tModel.
|
TModelDetail |
getTModelDetail(java.util.Vector tModelKeys)
Deprecated.
Returns detailed information about multiple tModels.
|
BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag) throws java.rmi.RemoteException, DispositionReportException
serviceKey
- the key of the service that the BindingTemplates
should relate totModelBag
- the TModels that must be matched for a BindingTemplate
to be returnedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BindingDetail findBinding(java.lang.String serviceKey, TModelBag tModelBag, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
serviceKey
- the key of the service that the BindingTemplates
should relate totModelBag
- the TModels that must be matched for a BindingTemplate
to be returnedoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(NameList nameList) throws java.rmi.RemoteException, DispositionReportException
nameList
- the partial name(s) of the business(es) to be foundDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(NameList nameList, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
nameList
- the partial name(s) of the business(es) to be foundoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(IdentifierBag identifierBag) throws java.rmi.RemoteException, DispositionReportException
identifierBag
- a set of business identifier referencesDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(IdentifierBag identifierBag, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
identifierBag
- a set of business identifier referencesoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(CategoryBag categoryBag) throws java.rmi.RemoteException, DispositionReportException
categoryBag
- a set of category referencesDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(CategoryBag categoryBag, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
categoryBag
- a set of category referencesoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(TModelBag tModelBag) throws java.rmi.RemoteException, DispositionReportException
tModelBag
- a set of tModel references that are matched against
the bindingTemplates of a businessDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(TModelBag tModelBag, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
tModelBag
- a set of tModel references that are matched against
the bindingTemplates of a businessoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(DiscoveryUrlList discoveryURLs) throws java.rmi.RemoteException, DispositionReportException
discoveryURLs
- a set of URL references that are matched against
the discoveryURLs of a businessDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessList findBusiness(DiscoveryUrlList discoveryURLs, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
discoveryURLs
- a set of URL references that are matched against
the discoveryURLs of a businessoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business whose related businesses to findDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
RelatedBusinessesList findRelatedBusinesses(FindQualifiers findQualifiers, java.lang.String businessKey) throws java.rmi.RemoteException, DispositionReportException
findQualifiers
- specifies search criteriabusinessKey
- the key of the business whose related businesses to findDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey, KeyedReference keyedReference) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business whose related businesses to findkeyedReference
- used to specify relationship to business represented by
businessKey of businesses to be returnedDispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceList findService(java.lang.String businessKey, NameList nameList) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business owning the services to be foundnameList
- the partial name(s) of the service(s) to be foundDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceList findService(java.lang.String businessKey, NameList nameList, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business owning the services to be foundnameList
- the partial name(s) of the service(s) to be foundoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business owning the services to be foundcategoryBag
- a set of category references that must be matchedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceList findService(java.lang.String businessKey, CategoryBag categoryBag, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business owning the services to be foundcategoryBag
- a set of category references that must be matchedoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceList findService(java.lang.String businessKey, TModelBag tModelBag) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business owning the services to be foundtModelBag
- a set of tModel references that must be matchedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceList findService(java.lang.String businessKey, TModelBag tModelBag, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business owning the services to be foundtModelBag
- a set of tModel references that must be matchedoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelList findTModel(java.lang.String name) throws java.rmi.RemoteException, DispositionReportException
name
- the partial name of the tModel(s) to be foundDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelList findTModel(java.lang.String name, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
name
- the partial name of the tModel(s) to be foundoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelList findTModel(IdentifierBag identifierBag) throws java.rmi.RemoteException, DispositionReportException
identifierBag
- a set of business identifier referencesDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelList findTModel(IdentifierBag identifierBag, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
identifierBag
- a set of business identifier referencesoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelList findTModel(CategoryBag categoryBag) throws java.rmi.RemoteException, DispositionReportException
categoryBag
- a set of category referencesDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelList findTModel(CategoryBag categoryBag, InquiryOptions options) throws java.rmi.RemoteException, DispositionReportException
categoryBag
- a set of category referencesoptions
- an instance of InquiryOptions that includes maxRows
and the set of findQualifiers desiredDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BindingDetail getBindingDetail(java.lang.String bindingKey) throws java.rmi.RemoteException, DispositionReportException
bindingKey
- the key of the bindingTemplate to be returnedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BindingDetail getBindingDetail(java.util.Vector bindingKeys) throws java.rmi.RemoteException, DispositionReportException
bindingKeys
- the keys of the bindingTemplates to be returnedDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessDetail getBusinessDetail(java.lang.String businessKey) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business of interestDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
BusinessDetail getBusinessDetail(java.util.Vector businessKeys) throws java.rmi.RemoteException, DispositionReportException
businessKeys
- the keys of the businesses of interestDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceDetail getServiceDetail(java.lang.String serviceKey) throws java.rmi.RemoteException, DispositionReportException
serviceKey
- the key of the service of interestDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
ServiceDetail getServiceDetail(java.util.Vector serviceKeys) throws java.rmi.RemoteException, DispositionReportException
serviceKeys
- the keys of the services of interestDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelDetail getTModelDetail(java.lang.String tModelKey) throws java.rmi.RemoteException, DispositionReportException
tModelKey
- the key of the tModel of interestDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException
TModelDetail getTModelDetail(java.util.Vector tModelKeys) throws java.rmi.RemoteException, DispositionReportException
tModelKeys
- the keys of the tModels of interestDispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encounteredjava.rmi.RemoteException