org.apache.hello_world_soap_http
Class SOAPService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.apache.hello_world_soap_http.SOAPService

@WebServiceClient(name="SOAPService",
                  wsdlLocation="file:/x1/git/perfectus/rebuild/camel/examples/camel-example-cxf/src/main/resources/wsdl/hello_world.wsdl",
                  targetNamespace="http://apache.org/hello_world_soap_http")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30",
           comments="Apache CXF 2.6.0.redhat-60083")
public class SOAPService
extends Service

This class was generated by Apache CXF 2.6.0.redhat-60083 2015-05-27T12:41:53.240-02:30 Generated source version: 2.6.0.redhat-60083


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName SERVICE
           
static QName SoapOverHttp
           
static QName SoapOverHttpRouter
           
static QName SoapOverJms
           
static URL WSDL_LOCATION
           
 
Constructor Summary
SOAPService()
           
SOAPService(URL wsdlLocation)
           
SOAPService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 Greeter getSoapOverHttp()
           
 Greeter getSoapOverHttp(WebServiceFeature... features)
           
 Greeter getSoapOverHttpRouter()
           
 Greeter getSoapOverHttpRouter(WebServiceFeature... features)
           
 Greeter getSoapOverJms()
           
 Greeter getSoapOverJms(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

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public static final URL WSDL_LOCATION

SERVICE

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public static final QName SERVICE

SoapOverHttpRouter

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public static final QName SoapOverHttpRouter

SoapOverHttp

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public static final QName SoapOverHttp

SoapOverJms

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public static final QName SoapOverJms
Constructor Detail

SOAPService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public SOAPService(URL wsdlLocation)

SOAPService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public SOAPService(URL wsdlLocation,
                                      QName serviceName)

SOAPService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public SOAPService()
Method Detail

getSoapOverHttpRouter

@WebEndpoint(name="SoapOverHttpRouter")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public Greeter getSoapOverHttpRouter()
Returns:
returns Greeter

getSoapOverHttpRouter

@WebEndpoint(name="SoapOverHttpRouter")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public Greeter getSoapOverHttpRouter(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 Greeter

getSoapOverHttp

@WebEndpoint(name="SoapOverHttp")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public Greeter getSoapOverHttp()
Returns:
returns Greeter

getSoapOverHttp

@WebEndpoint(name="SoapOverHttp")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public Greeter getSoapOverHttp(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 Greeter

getSoapOverJms

@WebEndpoint(name="SoapOverJms")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public Greeter getSoapOverJms()
Returns:
returns Greeter

getSoapOverJms

@WebEndpoint(name="SoapOverJms")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T12:41:53.240-02:30")
public Greeter getSoapOverJms(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 Greeter


Apache CAMEL