com.theopenstack.rtpdemo.model.adapter.ws
Interface ProductPriceWS

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ProductPriceWSSoapBindingStub

public interface ProductPriceWS
extends java.rmi.Remote


Method Summary
 int getPrice(java.lang.String productId, int quantity)
           
 java.util.Vector getProducts(java.lang.String ipStr)
           
 

Method Detail

getPrice

public int getPrice(java.lang.String productId,
                    int quantity)
             throws java.rmi.RemoteException
java.rmi.RemoteException

getProducts

public java.util.Vector getProducts(java.lang.String ipStr)
                             throws java.rmi.RemoteException
java.rmi.RemoteException