com.beasys.commerce.ebusiness.shipping
Interface ShippingHelperHome

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

Deprecated

@Deprecated
public interface ShippingHelperHome
extends SmartEJBHome

The home interface for the ShippingHelper Session Bean.

See Also
ShippingHelper

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

Method Detail

create

ShippingHelper create()
                      throws javax.ejb.CreateException,
                             RemoteException
Deprecated 
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
javax.ejb.CreateException
RemoteException


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.