|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Inquiry
Provides an EJB interface to the Inquiry API of the IBM WebSphere UDDI Registry.
Corresponds to UDDI v2.0 Inquiry API.
Remote interface of InquiryBean
.
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
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 returned
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
BusinessList findBusiness(NameList nameList) throws java.rmi.RemoteException, DispositionReportException
nameList
- the partial name(s) of the business(es) to be found
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
BusinessList findBusiness(IdentifierBag identifierBag) throws java.rmi.RemoteException, DispositionReportException
identifierBag
- a set of business identifier references
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
BusinessList findBusiness(CategoryBag categoryBag) throws java.rmi.RemoteException, DispositionReportException
categoryBag
- a set of category references
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 business
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 business
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business whose related businesses to find
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encountered
java.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 find
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encountered
java.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 returned
DispositionReportException
- if the call failed - this exception
contains a DispositionReport with details of the error(s) encountered
java.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 found
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 matched
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 matched
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
TModelList findTModel(java.lang.String name) throws java.rmi.RemoteException, DispositionReportException
name
- the partial name of the tModel(s) to be found
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
TModelList findTModel(IdentifierBag identifierBag) throws java.rmi.RemoteException, DispositionReportException
identifierBag
- a set of business identifier references
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
TModelList findTModel(CategoryBag categoryBag) throws java.rmi.RemoteException, DispositionReportException
categoryBag
- a set of category references
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.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 desired
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
BindingDetail getBindingDetail(java.lang.String bindingKey) throws java.rmi.RemoteException, DispositionReportException
bindingKey
- the key of the bindingTemplate to be returned
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
BindingDetail getBindingDetail(java.util.Vector bindingKeys) throws java.rmi.RemoteException, DispositionReportException
bindingKeys
- the keys of the bindingTemplates to be returned
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
BusinessDetail getBusinessDetail(java.lang.String businessKey) throws java.rmi.RemoteException, DispositionReportException
businessKey
- the key of the business of interest
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
BusinessDetail getBusinessDetail(java.util.Vector businessKeys) throws java.rmi.RemoteException, DispositionReportException
businessKeys
- the keys of the businesses of interest
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
ServiceDetail getServiceDetail(java.lang.String serviceKey) throws java.rmi.RemoteException, DispositionReportException
serviceKey
- the key of the service of interest
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
ServiceDetail getServiceDetail(java.util.Vector serviceKeys) throws java.rmi.RemoteException, DispositionReportException
serviceKeys
- the keys of the services of interest
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
TModelDetail getTModelDetail(java.lang.String tModelKey) throws java.rmi.RemoteException, DispositionReportException
tModelKey
- the key of the tModel of interest
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
TModelDetail getTModelDetail(java.util.Vector tModelKeys) throws java.rmi.RemoteException, DispositionReportException
tModelKeys
- the keys of the tModels of interest
DispositionReportException
- if the call failed this exception
contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |