01: /**
02: * PwspNoCentrbankCurRatesSoap.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis WSDL2Java emitter.
06: */package docStyle.wsifservice;
07:
08: import http.net.pointwsp.www.ws.finance.Currencyrates;
09:
10: public interface PwspNoCentrbankCurRatesSoap extends java.rmi.Remote {
11:
12: /**
13: * Last daily rates quoted by norwegian central bank
14: */
15: public Currencyrates GetRatesXML() throws java.rmi.RemoteException;
16: }
|