| shop.ShoppingCart
ShoppingCart | public interface ShoppingCart extends javax.ejb.EJBObject(Code) | | This is an Enterprise Java Bean Remote Interface
|
submitOrder | public SubmitOrderResult submitOrder(CreditCardInfo creditCardInfo, AirMilesContainer airMilesContainer) throws javax.ejb.EJBException, java.rmi.RemoteException(Code) | | org.apache.wsif.test.shop.ejb.SubmitOrderResult Parameters: creditCardInfo - org.apache.wsif.test.shop.ejb.CreditCardInfo Parameters: airMilesContainer - org.apache.wsif.test.shop.ejb.AirMilesContainer exception: String - The exception description. |
|
|