com.ibm.uddi.ejb
Class InquiryBean
java.lang.Object
|
+--com.ibm.uddi.ejb.InquiryBean
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class InquiryBean
- extends java.lang.Object
- implements javax.ejb.SessionBean
Provides the implementation of the EJB interface to the Inquiry API of the
IBM WebSphere UDDI Registry.
See Inquiry
for detailed javadoc of each method.
- See Also:
- Serialized Form
Method Summary |
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
BindingDetail |
findBinding(java.lang.String serviceKey,
TModelBag tModelBag)
|
BindingDetail |
findBinding(java.lang.String serviceKey,
TModelBag tModelBag,
InquiryOptions options)
|
BusinessList |
findBusiness(CategoryBag categoryBag)
|
BusinessList |
findBusiness(CategoryBag categoryBag,
InquiryOptions options)
|
BusinessList |
findBusiness(DiscoveryUrlList discoveryURLs)
|
BusinessList |
findBusiness(DiscoveryUrlList discoveryURLs,
InquiryOptions options)
|
BusinessList |
findBusiness(IdentifierBag identifierBag)
|
BusinessList |
findBusiness(IdentifierBag identifierBag,
InquiryOptions options)
|
BusinessList |
findBusiness(NameList nameList)
|
BusinessList |
findBusiness(NameList nameList,
InquiryOptions options)
|
BusinessList |
findBusiness(TModelBag tModelBag)
|
BusinessList |
findBusiness(TModelBag tModelBag,
InquiryOptions options)
|
RelatedBusinessesList |
findRelatedBusinesses(FindQualifiers findQualifiers,
java.lang.String businessKey)
|
RelatedBusinessesList |
findRelatedBusinesses(java.lang.String businessKey)
|
RelatedBusinessesList |
findRelatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference)
|
ServiceList |
findService(java.lang.String businessKey,
CategoryBag categoryBag)
|
ServiceList |
findService(java.lang.String businessKey,
CategoryBag categoryBag,
InquiryOptions options)
|
ServiceList |
findService(java.lang.String businessKey,
NameList nameList)
|
ServiceList |
findService(java.lang.String businessKey,
NameList nameList,
InquiryOptions options)
|
ServiceList |
findService(java.lang.String businessKey,
TModelBag tModelBag)
|
ServiceList |
findService(java.lang.String businessKey,
TModelBag tModelBag,
InquiryOptions options)
|
TModelList |
findTModel(CategoryBag categoryBag)
|
TModelList |
findTModel(CategoryBag categoryBag,
InquiryOptions options)
|
TModelList |
findTModel(IdentifierBag identifierBag)
|
TModelList |
findTModel(IdentifierBag identifierBag,
InquiryOptions options)
|
TModelList |
findTModel(java.lang.String name)
|
TModelList |
findTModel(java.lang.String name,
InquiryOptions options)
|
BindingDetail |
getBindingDetail(java.lang.String bindingKey)
|
BindingDetail |
getBindingDetail(java.util.Vector bindingKeys)
|
BusinessDetail |
getBusinessDetail(java.lang.String businessKey)
|
BusinessDetail |
getBusinessDetail(java.util.Vector businessKeys)
|
ServiceDetail |
getServiceDetail(java.lang.String serviceKey)
// Start of get_businessDetailExt methods. |
ServiceDetail |
getServiceDetail(java.util.Vector serviceKeys)
|
TModelDetail |
getTModelDetail(java.lang.String tModelKey)
|
TModelDetail |
getTModelDetail(java.util.Vector tModelKeys)
|
void |
setSessionContext(javax.ejb.SessionContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
InquiryBean
public InquiryBean()
ejbCreate
public void ejbCreate()
throws javax.ejb.CreateException
ejbActivate
public void ejbActivate()
throws javax.ejb.EJBException
- Specified by:
ejbActivate
in interface javax.ejb.SessionBean
ejbPassivate
public void ejbPassivate()
throws javax.ejb.EJBException
- Specified by:
ejbPassivate
in interface javax.ejb.SessionBean
ejbRemove
public void ejbRemove()
throws javax.ejb.EJBException
- Specified by:
ejbRemove
in interface javax.ejb.SessionBean
setSessionContext
public void setSessionContext(javax.ejb.SessionContext context)
throws javax.ejb.EJBException
- Specified by:
setSessionContext
in interface javax.ejb.SessionBean
findBinding
public BindingDetail findBinding(java.lang.String serviceKey,
TModelBag tModelBag,
InquiryOptions options)
throws DispositionReportException
findBinding
public BindingDetail findBinding(java.lang.String serviceKey,
TModelBag tModelBag)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(NameList nameList)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(NameList nameList,
InquiryOptions options)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(IdentifierBag identifierBag)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(IdentifierBag identifierBag,
InquiryOptions options)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(CategoryBag categoryBag)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(CategoryBag categoryBag,
InquiryOptions options)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(TModelBag tModelBag)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(TModelBag tModelBag,
InquiryOptions options)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(DiscoveryUrlList discoveryURLs)
throws DispositionReportException
findBusiness
public BusinessList findBusiness(DiscoveryUrlList discoveryURLs,
InquiryOptions options)
throws DispositionReportException
findRelatedBusinesses
public RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey)
throws DispositionReportException
findRelatedBusinesses
public RelatedBusinessesList findRelatedBusinesses(FindQualifiers findQualifiers,
java.lang.String businessKey)
throws DispositionReportException
findRelatedBusinesses
public RelatedBusinessesList findRelatedBusinesses(java.lang.String businessKey,
KeyedReference keyedReference)
throws DispositionReportException
findService
public ServiceList findService(java.lang.String businessKey,
NameList nameList)
throws DispositionReportException
findService
public ServiceList findService(java.lang.String businessKey,
NameList nameList,
InquiryOptions options)
throws DispositionReportException
findService
public ServiceList findService(java.lang.String businessKey,
CategoryBag categoryBag)
throws DispositionReportException
findService
public ServiceList findService(java.lang.String businessKey,
CategoryBag categoryBag,
InquiryOptions options)
throws DispositionReportException
findService
public ServiceList findService(java.lang.String businessKey,
TModelBag tModelBag)
throws DispositionReportException
findService
public ServiceList findService(java.lang.String businessKey,
TModelBag tModelBag,
InquiryOptions options)
throws DispositionReportException
findTModel
public TModelList findTModel(java.lang.String name)
throws DispositionReportException
findTModel
public TModelList findTModel(java.lang.String name,
InquiryOptions options)
throws DispositionReportException
findTModel
public TModelList findTModel(IdentifierBag identifierBag)
throws DispositionReportException
findTModel
public TModelList findTModel(IdentifierBag identifierBag,
InquiryOptions options)
throws DispositionReportException
findTModel
public TModelList findTModel(CategoryBag categoryBag)
throws DispositionReportException
findTModel
public TModelList findTModel(CategoryBag categoryBag,
InquiryOptions options)
throws DispositionReportException
getBindingDetail
public BindingDetail getBindingDetail(java.lang.String bindingKey)
throws DispositionReportException
getBindingDetail
public BindingDetail getBindingDetail(java.util.Vector bindingKeys)
throws DispositionReportException
getBusinessDetail
public BusinessDetail getBusinessDetail(java.lang.String businessKey)
throws DispositionReportException
getBusinessDetail
public BusinessDetail getBusinessDetail(java.util.Vector businessKeys)
throws DispositionReportException
getServiceDetail
public ServiceDetail getServiceDetail(java.lang.String serviceKey)
throws DispositionReportException
- // Start of get_businessDetailExt methods.
// get_businessDetailExt with a single key
public BusinessDetailExt getBusinessDetailExt(String businessKey)
throws DispositionReportException
{
BusinessInquiry inquiry = new BusinessInquiry();
Vector businessKeyVector = new Vector(1);
businessKeyVector.add(businessKey);
return inquiry.getDetailExt(businessKeyVector);
}
// get_businessDetailExt with multiple keys
public BusinessDetailExt getBusinessDetailExt(Vector businessKeys)
throws DispositionReportException
{
BusinessInquiry inquiry = new BusinessInquiry();
return inquiry.getDetailExt(businessKeys);
}
// End of get_businessDetailExt methods.
getServiceDetail
public ServiceDetail getServiceDetail(java.util.Vector serviceKeys)
throws DispositionReportException
getTModelDetail
public TModelDetail getTModelDetail(java.lang.String tModelKey)
throws DispositionReportException
getTModelDetail
public TModelDetail getTModelDetail(java.util.Vector tModelKeys)
throws DispositionReportException