BEA Systems, Inc.

theory.smart.ebusiness.shipping
Interface ShippingCostCalculationPolicy

All Known Subinterfaces:
DefaultShippingCostCalculationPolicy

public interface ShippingCostCalculationPolicy
extends BusinessPolicy

This is a specialized business policy that determines the cost of delivery. A specialized Policy object must be created for each ShippingMethod that differs from the Default Policy.

See Also:
theory.smart.ebusiness.shipping.ShippingCostCalculationPolicyHome, theory.smart.ebusiness.shipping.ShippingCostCalculationPolicyImpl

Method Summary
 Price getShippingCost(ShippingMethod method, PackingList packing)
           
 

Method Detail

getShippingCost

public Price getShippingCost(ShippingMethod method,
                             PackingList packing)
                      throws java.rmi.RemoteException

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved