ShippingHelperHome Interface

com.beasys.commerce.ebusiness.shipping
ShippingHelperHome Interface

public interface ShippingHelperHome

    extends SmartEJBHome

The home interface for the ShippingHelper Session Bean.

Related Topics

ShippingHelper


All Superinterfaces
EJBHome, Remote, SmartEJBHome, SmartHome

Method Summary

public ShippingHelper
create()
Creates a ShippingHelper session bean.
 
Methods from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
   

Method Detail

create() Method

public ShippingHelper create()
throws CreateException, RemoteException
Creates a ShippingHelper session bean. Creates a ShippingHelper Session bean and returns a remote reference to the ShippingHelper.

Returns

remote reference to the ShippingHelper.

Exceptions

CreateException
RemoteException