Samples JDK
List of all members | Public Member Functions | Static Public Attributes
org.apache.hello_world_soap_http.SOAPService Class Reference
Inheritance diagram for org.apache.hello_world_soap_http.SOAPService:

Public Member Functions

 SOAPService (URL wsdlLocation)
 
 SOAPService (URL wsdlLocation, QName serviceName)
 
 SOAPService (WebServiceFeature...features)
 
 SOAPService (URL wsdlLocation, WebServiceFeature...features)
 
 SOAPService (URL wsdlLocation, QName serviceName, WebServiceFeature...features)
 
Greeter getSoapPort ()
 
Greeter getSoapPort (WebServiceFeature...features)
 

Static Public Attributes

static final URL WSDL_LOCATION
 
static final QName SERVICE = new QName("http://apache.org/hello_world_soap_http", "SOAPService")
 
static final QName SoapPort = new QName("http://apache.org/hello_world_soap_http", "SoapPort")
 

Member Function Documentation

Greeter org.apache.hello_world_soap_http.SOAPService.getSoapPort ( )
Returns
returns Greeter

Definition at line 77 of file SOAPService.java.

Greeter org.apache.hello_world_soap_http.SOAPService.getSoapPort ( WebServiceFeature...  features)
Parameters
featuresA list of javax.xml.ws.WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns
returns Greeter

Definition at line 89 of file SOAPService.java.


The documentation for this class was generated from the following file: