com.theopenstack.rtpdemo.model.adapter.ws
Class ProductPriceWSSoapBindingStub

java.lang.Object
  |
  +--org.apache.axis.client.Stub
        |
        +--com.theopenstack.rtpdemo.model.adapter.ws.ProductPriceWSSoapBindingStub
All Implemented Interfaces:
ProductPriceWS, java.rmi.Remote, javax.xml.rpc.Stub

public class ProductPriceWSSoapBindingStub
extends org.apache.axis.client.Stub
implements ProductPriceWS


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
ProductPriceWSSoapBindingStub()
           
ProductPriceWSSoapBindingStub(javax.xml.rpc.Service service)
           
ProductPriceWSSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 int getPrice(java.lang.String productId, int quantity)
           
 java.util.Vector getProducts(java.lang.String ipStr)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeaders, getTimeout, getUsername, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductPriceWSSoapBindingStub

public ProductPriceWSSoapBindingStub()
                              throws org.apache.axis.AxisFault

ProductPriceWSSoapBindingStub

public ProductPriceWSSoapBindingStub(java.net.URL endpointURL,
                                     javax.xml.rpc.Service service)
                              throws org.apache.axis.AxisFault

ProductPriceWSSoapBindingStub

public ProductPriceWSSoapBindingStub(javax.xml.rpc.Service service)
                              throws org.apache.axis.AxisFault
Method Detail

getPrice

public int getPrice(java.lang.String productId,
                    int quantity)
             throws java.rmi.RemoteException
Specified by:
getPrice in interface ProductPriceWS
java.rmi.RemoteException

getProducts

public java.util.Vector getProducts(java.lang.String ipStr)
                             throws java.rmi.RemoteException
Specified by:
getProducts in interface ProductPriceWS
java.rmi.RemoteException