ShippingHelper Interface
- public interface ShippingHelper
extends Session
The ShippingHelper interface defines a method to get a list of available shipping methods.
Related Topics
ShippingMethodValue
-
All Superinterfaces
-
BusinessSmartComponent
, EJBObject
, Remote
, Serializable
, Session
getShippingMethodList() Method
public List
getShippingMethodList()
throws RemoteException
Gets a list of available shipping methods.
This method returns a list of ShippingMethodValue
objects.
Returns
java.util.List
list of ShippingMethodValue
objects.
Exceptions
-
RemoteException