org.mule.cxf.weatherservice.myweather
Class Weather

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.mule.cxf.weatherservice.myweather.Weather

@WebServiceClient(name="Weather",
                  wsdlLocation="c:/tmp/weather.wsdl",
                  targetNamespace="http://ws.cdyne.com/WeatherWS/")
public class Weather
extends Service


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName SERVICE
           
static QName WeatherHttpGet
           
static QName WeatherHttpPost
           
static QName WeatherSoap
           
static QName WeatherSoap12
           
static URL WSDL_LOCATION
           
 
Constructor Summary
Weather()
           
Weather(URL wsdlLocation)
           
Weather(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 WeatherHttpGet getWeatherHttpGet()
           
 WeatherHttpGet getWeatherHttpGet(WebServiceFeature... features)
           
 WeatherHttpPost getWeatherHttpPost()
           
 WeatherHttpPost getWeatherHttpPost(WebServiceFeature... features)
           
 WeatherSoap getWeatherSoap()
           
 WeatherSoap getWeatherSoap(WebServiceFeature... features)
           
 WeatherSoap getWeatherSoap12()
           
 WeatherSoap getWeatherSoap12(WebServiceFeature... features)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_LOCATION

public static final URL WSDL_LOCATION

SERVICE

public static final QName SERVICE

WeatherHttpPost

public static final QName WeatherHttpPost

WeatherHttpGet

public static final QName WeatherHttpGet

WeatherSoap12

public static final QName WeatherSoap12

WeatherSoap

public static final QName WeatherSoap
Constructor Detail

Weather

public Weather(URL wsdlLocation)

Weather

public Weather(URL wsdlLocation,
               QName serviceName)

Weather

public Weather()
Method Detail

getWeatherHttpPost

@WebEndpoint(name="WeatherHttpPost")
public WeatherHttpPost getWeatherHttpPost()
Returns:
returns WeatherHttpPost

getWeatherHttpPost

@WebEndpoint(name="WeatherHttpPost")
public WeatherHttpPost getWeatherHttpPost(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns WeatherHttpPost

getWeatherHttpGet

@WebEndpoint(name="WeatherHttpGet")
public WeatherHttpGet getWeatherHttpGet()
Returns:
returns WeatherHttpGet

getWeatherHttpGet

@WebEndpoint(name="WeatherHttpGet")
public WeatherHttpGet getWeatherHttpGet(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns WeatherHttpGet

getWeatherSoap12

@WebEndpoint(name="WeatherSoap12")
public WeatherSoap getWeatherSoap12()
Returns:
returns WeatherSoap

getWeatherSoap12

@WebEndpoint(name="WeatherSoap12")
public WeatherSoap getWeatherSoap12(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns WeatherSoap

getWeatherSoap

@WebEndpoint(name="WeatherSoap")
public WeatherSoap getWeatherSoap()
Returns:
returns WeatherSoap

getWeatherSoap

@WebEndpoint(name="WeatherSoap")
public WeatherSoap getWeatherSoap(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns WeatherSoap


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.