IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.ejb
Class PublishBean

java.lang.Object
  extended by 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

Constructor Summary
PublishBean()
          Deprecated.  
 
Method Summary
 DispositionReport addPublisherAssertions(PublisherAssertion publisherAssertion)
          Deprecated.  
 DispositionReport addPublisherAssertions(PublisherAssertionList publisherAssertionList)
          Deprecated.  
 DispositionReport deleteBinding(java.lang.String bindingKey)
          Deprecated.  
 DispositionReport deleteBinding(java.util.Vector bindingKeys)
          Deprecated.  
 DispositionReport deleteBusiness(java.lang.String businessKey)
          Deprecated.  
 DispositionReport deleteBusiness(java.util.Vector businessKeys)
          Deprecated.  
 DispositionReport deletePublisherAssertions(PublisherAssertion publisherAssertion)
          Deprecated.  
 DispositionReport deletePublisherAssertions(PublisherAssertionList publisherAssertions)
          Deprecated.  
 DispositionReport deleteService(java.lang.String serviceKey)
          Deprecated.  
 DispositionReport deleteService(java.util.Vector serviceKeys)
          Deprecated.  
 DispositionReport deleteTModel(java.lang.String tModelKey)
          Deprecated.  
 DispositionReport deleteTModel(java.util.Vector tModelKeys)
          Deprecated.  
 void ejbActivate()
          Deprecated.  
 void ejbCreate()
          Deprecated.  
 void ejbPassivate()
          Deprecated.  
 void ejbRemove()
          Deprecated.  
 AssertionStatusReport getAssertionStatusReport()
          Deprecated.  
 AssertionStatusReport getAssertionStatusReport(java.lang.String completionStatus)
          Deprecated.  
 PublisherAssertions getPublisherAssertions()
          Deprecated.  
 RegisteredInfo getRegisteredInfo()
          Deprecated.  
 BindingDetail saveBinding(BindingTemplate bindingTemplate)
          Deprecated.  
 BindingDetail saveBinding(BindingTemplateList bindingTemplates)
          Deprecated.  
 BusinessDetail saveBusiness(BusinessEntity businessEntity)
          Deprecated.  
 BusinessDetail saveBusiness(BusinessEntityList businessEntities)
          Deprecated.  
 BusinessDetail saveBusiness(java.lang.String uploadRegister)
          Deprecated.  
 BusinessDetail saveBusiness(UploadRegisterList uploadRegisters)
          Deprecated.  
 ServiceDetail saveService(BusinessService businessService)
          Deprecated.  
 ServiceDetail saveService(BusinessServiceList businessServices)
          Deprecated.  
 TModelDetail saveTModel(java.lang.String uploadRegister)
          Deprecated.  
 TModelDetail saveTModel(TModel tModel)
          Deprecated.  
 TModelDetail saveTModel(TModels tModels)
          Deprecated.  
 TModelDetail saveTModel(UploadRegisterList uploadRegisters)
          Deprecated.  
 PublisherAssertions setPublisherAssertions()
          Deprecated.  
 PublisherAssertions setPublisherAssertions(PublisherAssertionList publisherAssertionList)
          Deprecated.  
 void setSessionContext(javax.ejb.SessionContext context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishBean

public PublishBean()
Deprecated. 
Method Detail

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

IBM WebSphere Application ServerTM
Release 8