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:/mnt/hudson/jobs/perfectus-esb-4.4.1-fuse/workspace/target/esb-4.4.1-fuse/camel/components/camel-cxf/src/test/resources/soap_header.wsdl",
targetNamespace="http://apache.org/camel/component/cxf/soap/headers")
public class HeaderService- extends Service
This class was generated by FuseSource Services Framework 2.4.3-fuse-02-02
2012-04-16T05:59:41.925Z
Generated source version: 2.4.3-fuse-02-02
| 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
public static final URL WSDL_LOCATION
SERVICE
public static final QName SERVICE
SoapPortCustomRelay
public static final QName SoapPortCustomRelay
SoapPortNoRelay
public static final QName SoapPortNoRelay
SoapPortRelay
public static final QName SoapPortRelay
SoapPortRelayWithInsertion
public static final QName SoapPortRelayWithInsertion
HeaderService
public HeaderService(URL wsdlLocation)
HeaderService
public HeaderService(URL wsdlLocation,
QName serviceName)
HeaderService
public HeaderService()
getSoapPortCustomRelay
@WebEndpoint(name="SoapPortCustomRelay")
public HeaderTester getSoapPortCustomRelay()
- Returns:
- returns HeaderTester
getSoapPortCustomRelay
@WebEndpoint(name="SoapPortCustomRelay")
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")
public HeaderTester getSoapPortNoRelay()
- Returns:
- returns HeaderTester
getSoapPortNoRelay
@WebEndpoint(name="SoapPortNoRelay")
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")
public HeaderTester getSoapPortRelay()
- Returns:
- returns HeaderTester
getSoapPortRelay
@WebEndpoint(name="SoapPortRelay")
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")
public HeaderTester getSoapPortRelayWithInsertion()
- Returns:
- returns HeaderTester
getSoapPortRelayWithInsertion
@WebEndpoint(name="SoapPortRelayWithInsertion")
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