org.apache.geronimo.samples.daytrader.client.ws
Interface Trade

All Superinterfaces:
javax.xml.rpc.Service

public interface Trade
extends javax.xml.rpc.Service


Method Summary
 TradeWSServices getTradeWSServices()
           
 TradeWSServices getTradeWSServices(java.net.URL portAddress)
           
 java.lang.String getTradeWSServicesAddress()
           
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation
 

Method Detail

getTradeWSServicesAddress

public java.lang.String getTradeWSServicesAddress()

getTradeWSServices

public TradeWSServices getTradeWSServices()
                                   throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getTradeWSServices

public TradeWSServices getTradeWSServices(java.net.URL portAddress)
                                   throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.