com.ibm.uddi.ejb

Interface Inquiry

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public interface Inquiry
  2. extends javax.ejb.EJBObject
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

Modifier and Type Method and Description
  1. BindingDetail
findBinding(java.lang.String serviceKey,TModelBag tModelBag)
Deprecated. Returns information about one or more BindingTemplates for a particular service.
  1. BindingDetail
findBinding(java.lang.String serviceKey,TModelBag tModelBag,InquiryOptions options)
Deprecated. Returns information about one or more BindingTemplates for a particular service.
  1. BusinessList
findBusiness(CategoryBag categoryBag)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(CategoryBag categoryBag,InquiryOptions options)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(DiscoveryUrlList discoveryURLs)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(DiscoveryUrlList discoveryURLs,InquiryOptions options)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(IdentifierBag identifierBag)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(IdentifierBag identifierBag,InquiryOptions options)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(NameList nameList)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(NameList nameList,InquiryOptions options)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(TModelBag tModelBag)
Deprecated. Returns information about one or more businesses.
  1. BusinessList
findBusiness(TModelBag tModelBag,InquiryOptions options)
Deprecated. Returns information about one or more businesses.
  1. 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.
  1. 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.
  1. 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.
  1. ServiceList
findService(java.lang.String businessKey,CategoryBag categoryBag)
Deprecated. Returns information about one or more services.
  1. ServiceList
findService(java.lang.String businessKey,CategoryBag categoryBag,InquiryOptions options)
Deprecated. Returns information about one or more services.
  1. ServiceList
findService(java.lang.String businessKey,NameList nameList)
Deprecated. Returns information about one or more services.
  1. ServiceList
findService(java.lang.String businessKey,NameList nameList,InquiryOptions options)
Deprecated. Returns information about one or more services.
  1. ServiceList
findService(java.lang.String businessKey,TModelBag tModelBag)
Deprecated. Returns information about one or more services.
  1. ServiceList
findService(java.lang.String businessKey,TModelBag tModelBag,InquiryOptions options)
Deprecated. Returns information about one or more services.
  1. TModelList
findTModel(CategoryBag categoryBag)
Deprecated. Returns information about one or more tModels.
  1. TModelList
findTModel(CategoryBag categoryBag,InquiryOptions options)
Deprecated. Returns information about one or more tModels.
  1. TModelList
findTModel(IdentifierBag identifierBag)
Deprecated. Returns information about one or more tModels.
  1. TModelList
findTModel(IdentifierBag identifierBag,InquiryOptions options)
Deprecated. Returns information about one or more tModels.
  1. TModelList
findTModel(java.lang.String name)
Deprecated. Returns information about one or more tModels.
  1. TModelList
findTModel(java.lang.String name,InquiryOptions options)
Deprecated. Returns information about one or more tModels.
  1. BindingDetail
getBindingDetail(java.lang.String bindingKey)
Deprecated. Returns detailed information about one bindingTemplate.
  1. BindingDetail
getBindingDetail(java.util.Vector bindingKeys)
Deprecated. Returns detailed information about multiple bindingTemplates.
  1. BusinessDetail
getBusinessDetail(java.lang.String businessKey)
Deprecated. Returns detailed information about one business.
  1. BusinessDetail
getBusinessDetail(java.util.Vector businessKeys)
Deprecated. Returns detailed information about multiple businesses.
  1. ServiceDetail
getServiceDetail(java.lang.String serviceKey)
Deprecated. Returns detailed information about one service.
  1. ServiceDetail
getServiceDetail(java.util.Vector serviceKeys)
Deprecated. Returns detailed information about multiple services.
  1. TModelDetail
getTModelDetail(java.lang.String tModelKey)
Deprecated. Returns detailed information about one tModel.
  1. 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

findBinding

  1. BindingDetail findBinding(java.lang.String serviceKey,
  2. TModelBag tModelBag)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more BindingTemplates for a particular service. This method corresponds to the UDDI find_binding message without maxRows or findQualifiers.
Parameters:
serviceKey - the key of the service that the BindingTemplates should relate to
tModelBag - the TModels that must be matched for a BindingTemplate to be returned
Returns:
a BindingDetail instance containing the returned BindingTemplates
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBinding

  1. BindingDetail findBinding(java.lang.String serviceKey,
  2. TModelBag tModelBag,
  3. InquiryOptions options)
  4. throws java.rmi.RemoteException
  5. DispositionReportException
Deprecated.
Returns information about one or more BindingTemplates for a particular service. This method corresponds to the UDDI find_binding message with maxRows and/or findQualifiers.
Parameters:
serviceKey - the key of the service that the BindingTemplates should relate to
tModelBag - the TModels that must be matched for a BindingTemplate to be returned
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a BindingDetail instance containing the returned BindingTemplates
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(NameList nameList)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with a name specified and without maxRows or findQualifiers.
Parameters:
nameList - the partial name(s) of the business(es) to be found
Returns:
a BusinessList instance containing the returned information about the businesses that matched the name supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(NameList nameList,
  2. InquiryOptions options)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with a name specified and with maxRows and/or findQualifiers.
Parameters:
nameList - the partial name(s) of the business(es) to be found
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a BusinessList instance containing the returned information about the businesses that matched the name supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(IdentifierBag identifierBag)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with an identifierBag specified and without maxRows or findQualifiers.
Parameters:
identifierBag - a set of business identifier references
Returns:
a BusinessList instance containing the returned information about the businesses that matched the identifierBag supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(IdentifierBag identifierBag,
  2. InquiryOptions options)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with an identifierBag specified and with maxRows and/or findQualifiers.
Parameters:
identifierBag - a set of business identifier references
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a BusinessList instance containing the returned information about the businesses that matched the identifierBag supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(CategoryBag categoryBag)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with a categoryBag specified and without maxRows or findQualifiers.
Parameters:
categoryBag - a set of category references
Returns:
a BusinessList instance containing the returned information about the businesses that matched the categoryBag supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(CategoryBag categoryBag,
  2. InquiryOptions options)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with a categoryBag specified and with maxRows and/or findQualifiers.
Parameters:
categoryBag - a set of category references
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a BusinessList instance containing the returned information about the businesses that matched the categoryBag supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(TModelBag tModelBag)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with a tModelBag specified and without maxRows or findQualifiers.
Parameters:
tModelBag - a set of tModel references that are matched against the bindingTemplates of a business
Returns:
a BusinessList instance containing the returned information about the businesses that have at least one bindingTemplate that match the tModelBag supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(TModelBag tModelBag,
  2. InquiryOptions options)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with a tModelBag specified and with maxRows and/or findQualifiers.
Parameters:
tModelBag - a set of tModel references that are matched against the bindingTemplates of a business
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a BusinessList instance containing the returned information about the businesses that have at least one bindingTemplate that match the tModelBag supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(DiscoveryUrlList discoveryURLs)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with discoveryURLs specified and without maxRows or findQualifiers.
Parameters:
discoveryURLs - a set of URL references that are matched against the discoveryURLs of a business
Returns:
a BusinessList instance containing the returned information about the businesses that have at least one discoveryURL that match any one of the discoveryURLs supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findBusiness

  1. BusinessList findBusiness(DiscoveryUrlList discoveryURLs,
  2. InquiryOptions options)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more businesses. This method corresponds to the UDDI find_business message with discoveryURLs specified and with maxRows and/or findQualifiers.
Parameters:
discoveryURLs - a set of URL references that are matched against the discoveryURLs of a business
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a BusinessList instance containing the returned information about the businesses that have at least one discoveryURL that match any one of the discoveryURLs supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findRelatedBusinesses

  1. RelatedBusinessesList findRelatedBusinesses( java.lang.String businessKey)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about businesses which are related to the business represented by the businessKey passed to the method. This method corresponds to the UDDI find_relatedBusinesses message with businessKey and keyedReference specified.
Parameters:
businessKey - the key of the business whose related businesses to find
Returns:
RelatedBusinessesList containing information about businesses that are related to the business represented by the businessKey specified.
Throws:
DispositionReportException - if the call failed - this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findRelatedBusinesses

  1. RelatedBusinessesList findRelatedBusinesses( FindQualifiers findQualifiers,
  2. java.lang.String businessKey)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about businesses which are related to the business represented by the businessKey passed to the method. This method corresponds to the UDDI find_relatedBusinesses message with businessKey and keyedReference specified.
Parameters:
findQualifiers - specifies search criteria
businessKey - the key of the business whose related businesses to find
Returns:
RelatedBusinessesList containing information about businesses that match the conditions specified.
Throws:
DispositionReportException - if the call failed - this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findRelatedBusinesses

  1. RelatedBusinessesList findRelatedBusinesses( java.lang.String businessKey,
  2. KeyedReference keyedReference)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about businesses which are related to the business represented by the businessKey passed to the method. This method corresponds to the UDDI find_relatedBusinesses message with businessKey and keyedReference specified.
Parameters:
businessKey - the key of the business whose related businesses to find
keyedReference - used to specify relationship to business represented by businessKey of businesses to be returned
Returns:
RelatedBusinessesList containing information about businesses that match the conditions specified.
Throws:
DispositionReportException - if the call failed - this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findService

  1. ServiceList findService(java.lang.String businessKey,
  2. NameList nameList)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more services. This method corresponds to the UDDI find_service message with a name specified and without maxRows or findQualifiers.
Parameters:
businessKey - the key of the business owning the services to be found
nameList - the partial name(s) of the service(s) to be found
Returns:
a ServiceList instance containing the returned information about the services that matched the name supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findService

  1. ServiceList findService(java.lang.String businessKey,
  2. NameList nameList,
  3. InquiryOptions options)
  4. throws java.rmi.RemoteException
  5. DispositionReportException
Deprecated.
Returns information about one or more services. This method corresponds to the UDDI find_service message with a name specified and with maxRows and/or findQualifiers.
Parameters:
businessKey - the key of the business owning the services to be found
nameList - the partial name(s) of the service(s) to be found
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a ServiceList instance containing the returned information about the services that matched the name supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findService

  1. ServiceList findService(java.lang.String businessKey,
  2. CategoryBag categoryBag)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more services. This method corresponds to the UDDI find_service message with a categoryBag specified and without maxRows or findQualifiers.
Parameters:
businessKey - the key of the business owning the services to be found
categoryBag - a set of category references that must be matched
Returns:
a ServiceList instance containing the returned information about the services that matched the criteria supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findService

  1. ServiceList findService(java.lang.String businessKey,
  2. CategoryBag categoryBag,
  3. InquiryOptions options)
  4. throws java.rmi.RemoteException
  5. DispositionReportException
Deprecated.
Returns information about one or more services. This method corresponds to the UDDI find_service message with a categoryBag specified and with maxRows and/or findQualifiers.
Parameters:
businessKey - the key of the business owning the services to be found
categoryBag - a set of category references that must be matched
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a ServiceList instance containing the returned information about the services that matched the criteria supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findService

  1. ServiceList findService(java.lang.String businessKey,
  2. TModelBag tModelBag)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more services. This method corresponds to the UDDI find_service message with a tModelBag specified and without maxRows or findQualifiers.
Parameters:
businessKey - the key of the business owning the services to be found
tModelBag - a set of tModel references that must be matched
Returns:
a ServiceList instance containing the returned information about the services that matched the criteria supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findService

  1. ServiceList findService(java.lang.String businessKey,
  2. TModelBag tModelBag,
  3. InquiryOptions options)
  4. throws java.rmi.RemoteException
  5. DispositionReportException
Deprecated.
Returns information about one or more services. This method corresponds to the UDDI find_service message with a tModelBag specified and with maxRows and/or findQualifiers.
Parameters:
businessKey - the key of the business owning the services to be found
tModelBag - a set of tModel references that must be matched
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a ServiceList instance containing the returned information about the services that matched the criteria supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findTModel

  1. TModelList findTModel(java.lang.String name)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about one or more tModels. This method corresponds to the UDDI find_tModel message with a name specified and without maxRows or findQualifiers.
Parameters:
name - the partial name of the tModel(s) to be found
Returns:
a TModelList instance containing the returned information about the tModels that matched the name supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findTModel

  1. TModelList findTModel(java.lang.String name,
  2. InquiryOptions options)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more tModels. This method corresponds to the UDDI find_tModel message with a name specified and with maxRows and/or findQualifiers.
Parameters:
name - the partial name of the tModel(s) to be found
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a TModelList instance containing the returned information about the tModels that matched the name supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findTModel

  1. TModelList findTModel(IdentifierBag identifierBag)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about one or more tModels. This method corresponds to the UDDI find_tModel message with identifierBag specified and without maxRows or findQualifiers.
Parameters:
identifierBag - a set of business identifier references
Returns:
a TModelList instance containing the returned information about the tModels that matched the criteria supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findTModel

  1. TModelList findTModel(IdentifierBag identifierBag,
  2. InquiryOptions options)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more tModels. This method corresponds to the UDDI find_tModel message with identifierBag specified and with maxRows and/or findQualifiers.
Parameters:
identifierBag - a set of business identifier references
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a TModelList instance containing the returned information about the tModels that matched the criteria supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findTModel

  1. TModelList findTModel(CategoryBag categoryBag)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns information about one or more tModels. This method corresponds to the UDDI find_tModel message with categoryBag specified and without maxRows or findQualifiers.
Parameters:
categoryBag - a set of category references
Returns:
a TModelList instance containing the returned information about the tModels that matched the criteria supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

findTModel

  1. TModelList findTModel(CategoryBag categoryBag,
  2. InquiryOptions options)
  3. throws java.rmi.RemoteException
  4. DispositionReportException
Deprecated.
Returns information about one or more tModels. This method corresponds to the UDDI find_tModel message with categoryBag specified and with maxRows and/or findQualifiers.
Parameters:
categoryBag - a set of category references
options - an instance of InquiryOptions that includes maxRows and the set of findQualifiers desired
Returns:
a TModelList instance containing the returned information about the tModels that matched the criteria supplied
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

getBindingDetail

  1. BindingDetail getBindingDetail( java.lang.String bindingKey)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns detailed information about one bindingTemplate. This method corresponds to the UDDI get_bindingDetail message with a single bindingKey.
Parameters:
bindingKey - the key of the bindingTemplate to be returned
Returns:
a BindingDetail instance containing the detailed information about the bindingTemplate with the specified key
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

getBindingDetail

  1. BindingDetail getBindingDetail( java.util.Vector bindingKeys)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns detailed information about multiple bindingTemplates. This method corresponds to the UDDI get_bindingDetail message with multiple bindingKey elements.
Parameters:
bindingKeys - the keys of the bindingTemplates to be returned
Returns:
a BindingDetail instance containing the detailed information about the bindingTemplates with the specified keys
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

getBusinessDetail

  1. BusinessDetail getBusinessDetail( java.lang.String businessKey)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns detailed information about one business. This method corresponds to the UDDI get_businessDetail message with a single businessKey.
Parameters:
businessKey - the key of the business of interest
Returns:
a BusinessDetail instance containing the detailed information about the business with the specified key
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

getBusinessDetail

  1. BusinessDetail getBusinessDetail( java.util.Vector businessKeys)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns detailed information about multiple businesses. This method corresponds to the UDDI get_businessDetail message with multiple businessKey elements.
Parameters:
businessKeys - the keys of the businesses of interest
Returns:
a BusinessDetail instance containing the detailed information about the businesses with the specified keys
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

getServiceDetail

  1. ServiceDetail getServiceDetail( java.lang.String serviceKey)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns detailed information about one service. This method corresponds to the UDDI get_serviceDetail message with a single serviceKey.
Parameters:
serviceKey - the key of the service of interest
Returns:
a ServiceDetail instance containing the detailed information about the service with the specified key
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

getServiceDetail

  1. ServiceDetail getServiceDetail( java.util.Vector serviceKeys)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns detailed information about multiple services. This method corresponds to the UDDI get_serviceDetail message with multiple serviceKey elements.
Parameters:
serviceKeys - the keys of the services of interest
Returns:
a ServiceDetail instance containing the detailed information about the services with the specified keys
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

getTModelDetail

  1. TModelDetail getTModelDetail(java.lang.String tModelKey)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns detailed information about one tModel. This method corresponds to the UDDI get_tModelDetail message with a single tModelKey.
Parameters:
tModelKey - the key of the tModel of interest
Returns:
a TModelDetail instance containing the detailed information about the tModel with the specified key
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException

getTModelDetail

  1. TModelDetail getTModelDetail(java.util.Vector tModelKeys)
  2. throws java.rmi.RemoteException
  3. DispositionReportException
Deprecated.
Returns detailed information about multiple tModels. This method corresponds to the UDDI get_tModelDetail message with multiple tModelKey elements.
Parameters:
tModelKeys - the keys of the tModels of interest
Returns:
a TModelDetail instance containing the detailed information about the tModels with the specified keys
Throws:
DispositionReportException - if the call failed this exception contains a DispositionReport with details of the error(s) encountered
java.rmi.RemoteException