org.apache.camel.component.cxf.soap.headers
Class HeaderService
java.lang.Object
javax.xml.ws.Service
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
| 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 |
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
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()
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