KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > multibinding > client > stub > com > themindelectric > www > NetXmethodsServicesStockquoteStockQuotePortType


1 /**
2  * NetXmethodsServicesStockquoteStockQuotePortType.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis WSDL2Java emitter.
6  */

7
8 package multibinding.client.stub.com.themindelectric.www;
9
10 public interface NetXmethodsServicesStockquoteStockQuotePortType extends java.rmi.Remote {
11     public float getQuote(java.lang.String symbol) throws java.rmi.RemoteException;
12 }
13
Popular Tags