org.globus.ogsa.samples.weather
Interface WeatherPortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
WeatherImpl, WeatherSOAPBindingStub

public interface WeatherPortType
extends java.rmi.Remote


Method Summary
 float getTemp()
           
 float setZipCode(java.lang.String zipCode)
           
 

Method Detail

getTemp

public float getTemp()
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setZipCode

public float setZipCode(java.lang.String zipCode)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.