com.beasys.commerce.ebusiness.shipping
Interface ShippingHelper


public interface ShippingHelper

The ShippingHelper interface defines a method to get a list of available shipping methods.

See Also:
ShippingMethodValue

Method Summary
 List getShippingMethodList()
          Gets a list of available shipping methods.
 

Method Detail

getShippingMethodList

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.
Throws:
RemoteException - on Remote error.