org.apache.camel.component.cxf.soap.headers
Class HeaderService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.apache.camel.component.cxf.soap.headers.HeaderService

@WebServiceClient(name="HeaderService",
                  wsdlLocation="file:/maven/build/camel/components/camel-cxf/src/test/resources/soap_header.wsdl",
                  targetNamespace="http://apache.org/camel/component/cxf/soap/headers")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00",
           comments="Apache CXF 2.6.0.redhat-60024")
public class HeaderService
extends Service

This class was generated by Apache CXF 2.6.0.redhat-60024 2013-04-05T14:28:20.153-04:00 Generated source version: 2.6.0.redhat-60024


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName SERVICE
           
static QName SoapPortCustomRelay
           
static QName SoapPortNoRelay
           
static QName SoapPortRelay
           
static QName SoapPortRelayWithInsertion
           
static URL WSDL_LOCATION
           
 
Constructor Summary
HeaderService()
           
HeaderService(URL wsdlLocation)
           
HeaderService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 HeaderTester getSoapPortCustomRelay()
           
 HeaderTester getSoapPortCustomRelay(WebServiceFeature... features)
           
 HeaderTester getSoapPortNoRelay()
           
 HeaderTester getSoapPortNoRelay(WebServiceFeature... features)
           
 HeaderTester getSoapPortRelay()
           
 HeaderTester getSoapPortRelay(WebServiceFeature... features)
           
 HeaderTester getSoapPortRelayWithInsertion()
           
 HeaderTester getSoapPortRelayWithInsertion(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="2013-04-05T14:28:20.153-04:00")
public static final URL WSDL_LOCATION

SERVICE

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public static final QName SERVICE

SoapPortCustomRelay

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public static final QName SoapPortCustomRelay

SoapPortNoRelay

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public static final QName SoapPortNoRelay

SoapPortRelay

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public static final QName SoapPortRelay

SoapPortRelayWithInsertion

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public static final QName SoapPortRelayWithInsertion
Constructor Detail

HeaderService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderService(URL wsdlLocation)

HeaderService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderService(URL wsdlLocation,
                                        QName serviceName)

HeaderService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderService()
Method Detail

getSoapPortCustomRelay

@WebEndpoint(name="SoapPortCustomRelay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderTester getSoapPortCustomRelay()
Returns:
returns HeaderTester

getSoapPortCustomRelay

@WebEndpoint(name="SoapPortCustomRelay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderTester getSoapPortCustomRelay(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 HeaderTester

getSoapPortNoRelay

@WebEndpoint(name="SoapPortNoRelay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderTester getSoapPortNoRelay()
Returns:
returns HeaderTester

getSoapPortNoRelay

@WebEndpoint(name="SoapPortNoRelay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderTester getSoapPortNoRelay(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 HeaderTester

getSoapPortRelay

@WebEndpoint(name="SoapPortRelay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderTester getSoapPortRelay()
Returns:
returns HeaderTester

getSoapPortRelay

@WebEndpoint(name="SoapPortRelay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderTester getSoapPortRelay(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 HeaderTester

getSoapPortRelayWithInsertion

@WebEndpoint(name="SoapPortRelayWithInsertion")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderTester getSoapPortRelayWithInsertion()
Returns:
returns HeaderTester

getSoapPortRelayWithInsertion

@WebEndpoint(name="SoapPortRelayWithInsertion")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-04-05T14:28:20.153-04:00")
public HeaderTester getSoapPortRelayWithInsertion(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 HeaderTester


Apache CAMEL