CatalogWSHome Interface

com.beasys.commerce.ebusiness.catalog.webservice
CatalogWSHome Interface

public interface CatalogWSHome

    extends SmartEJBHome

The home interface for the CatalogWS Session EJB. Use this class to create CatalogWS instances.


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

public CatalogWS
create()
Create a new CatalogWS EJB.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public CatalogWS create()
throws CreateException, RemoteException
Create a new CatalogWS EJB.

Exceptions

CreateException
on service create error.
RemoteException
on remote error.