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

All Superinterfaces
javax.ejb.EJBHome, Remote, SmartEJBHome, SmartHome

Deprecated See BEA Commerce product offering

@Deprecated
public interface CatalogWSHome
extends SmartEJBHome

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


Method Summary
 CatalogWS create()
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

CatalogWS create()
                 throws javax.ejb.CreateException,
                        RemoteException
Deprecated See BEA Commerce product offering

Create a new CatalogWS EJB.

Throws
javax.ejb.CreateException - on service create error.
RemoteException - on remote error.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved