com.ibm.uddi.ejb
Class PublishBean
java.lang.Object
com.ibm.uddi.ejb.PublishBean
- All Implemented Interfaces:
- java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean
Deprecated. Deprecated as of WAS 6.0. No replacement.
public class PublishBean
- extends java.lang.Object
- implements javax.ejb.SessionBean
Provides the implementation of the EJB interface to the Publish API of the
IBM WebSphere UDDI Registry.
See Publish
for detailed javadoc of each method.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublishBean
public PublishBean()
- Deprecated.
ejbCreate
public void ejbCreate()
throws javax.ejb.CreateException
- Deprecated.
- Throws:
javax.ejb.CreateException
ejbActivate
public void ejbActivate()
throws javax.ejb.EJBException
- Deprecated.
- Specified by:
ejbActivate
in interface javax.ejb.SessionBean
- Throws:
javax.ejb.EJBException
ejbPassivate
public void ejbPassivate()
throws javax.ejb.EJBException
- Deprecated.
- Specified by:
ejbPassivate
in interface javax.ejb.SessionBean
- Throws:
javax.ejb.EJBException
ejbRemove
public void ejbRemove()
throws javax.ejb.EJBException
- Deprecated.
- Specified by:
ejbRemove
in interface javax.ejb.SessionBean
- Throws:
javax.ejb.EJBException
setSessionContext
public void setSessionContext(javax.ejb.SessionContext context)
throws javax.ejb.EJBException
- Deprecated.
- Specified by:
setSessionContext
in interface javax.ejb.SessionBean
- Throws:
javax.ejb.EJBException
addPublisherAssertions
public DispositionReport addPublisherAssertions(PublisherAssertion publisherAssertion)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
addPublisherAssertions
public DispositionReport addPublisherAssertions(PublisherAssertionList publisherAssertionList)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deleteBinding
public DispositionReport deleteBinding(java.lang.String bindingKey)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deleteBinding
public DispositionReport deleteBinding(java.util.Vector bindingKeys)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deleteBusiness
public DispositionReport deleteBusiness(java.lang.String businessKey)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deleteBusiness
public DispositionReport deleteBusiness(java.util.Vector businessKeys)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deletePublisherAssertions
public DispositionReport deletePublisherAssertions(PublisherAssertion publisherAssertion)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deletePublisherAssertions
public DispositionReport deletePublisherAssertions(PublisherAssertionList publisherAssertions)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deleteService
public DispositionReport deleteService(java.lang.String serviceKey)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deleteService
public DispositionReport deleteService(java.util.Vector serviceKeys)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deleteTModel
public DispositionReport deleteTModel(java.lang.String tModelKey)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
deleteTModel
public DispositionReport deleteTModel(java.util.Vector tModelKeys)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
getAssertionStatusReport
public AssertionStatusReport getAssertionStatusReport()
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
getAssertionStatusReport
public AssertionStatusReport getAssertionStatusReport(java.lang.String completionStatus)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
getRegisteredInfo
public RegisteredInfo getRegisteredInfo()
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
getPublisherAssertions
public PublisherAssertions getPublisherAssertions()
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveBinding
public BindingDetail saveBinding(BindingTemplate bindingTemplate)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveBinding
public BindingDetail saveBinding(BindingTemplateList bindingTemplates)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveBusiness
public BusinessDetail saveBusiness(BusinessEntity businessEntity)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveBusiness
public BusinessDetail saveBusiness(BusinessEntityList businessEntities)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveBusiness
public BusinessDetail saveBusiness(java.lang.String uploadRegister)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveBusiness
public BusinessDetail saveBusiness(UploadRegisterList uploadRegisters)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveService
public ServiceDetail saveService(BusinessService businessService)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveService
public ServiceDetail saveService(BusinessServiceList businessServices)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveTModel
public TModelDetail saveTModel(TModel tModel)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveTModel
public TModelDetail saveTModel(TModels tModels)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveTModel
public TModelDetail saveTModel(java.lang.String uploadRegister)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
saveTModel
public TModelDetail saveTModel(UploadRegisterList uploadRegisters)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
setPublisherAssertions
public PublisherAssertions setPublisherAssertions()
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException
setPublisherAssertions
public PublisherAssertions setPublisherAssertions(PublisherAssertionList publisherAssertionList)
throws DispositionReportException
- Deprecated.
- Throws:
DispositionReportException