© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.shipping
Interface ShippingHelperHome

All Superinterfaces:
EJBHome, Remote, SmartEJBHome, SmartHome

public interface ShippingHelperHome
extends SmartEJBHome

The home interface for the ShippingHelper Session Bean.

See Also:
ShippingHelper

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

Method Detail

create

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.
Throws:
CreateException
RemoteException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved