org.globus.ogsa.samples.weather.service
Interface WeatherService

All Superinterfaces:
javax.xml.rpc.Service
All Known Implementing Classes:
WeatherServiceLocator

public interface WeatherService
extends javax.xml.rpc.Service


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

Method Detail

getWeatherPortAddress

public java.lang.String getWeatherPortAddress()

getWeatherPort

public WeatherPortType getWeatherPort()
                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException

getWeatherPort

public WeatherPortType getWeatherPort(java.net.URL portAddress)
                               throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException


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