@WebServiceClient(name="ReportIncidentEndpointService", wsdlLocation="file:/maven/build/camel/tests/camel-itest-osgi/src/test/resources/report_incident.wsdl", targetNamespace="http://reportincident.example.camel.apache.org") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00", comments="Apache CXF 3.1.5.redhat-630347") public class ReportIncidentEndpointService extends Service
Service.Mode
Modifier and Type | Field and Description |
---|---|
static QName |
ReportIncidentPort |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
Constructor and Description |
---|
ReportIncidentEndpointService() |
ReportIncidentEndpointService(URL wsdlLocation) |
ReportIncidentEndpointService(URL wsdlLocation,
QName serviceName) |
Modifier and Type | Method and Description |
---|---|
ReportIncidentEndpoint |
getReportIncidentPort() |
ReportIncidentEndpoint |
getReportIncidentPort(WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00") public static final QName ReportIncidentPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00") public ReportIncidentEndpointService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00") public ReportIncidentEndpointService()
@WebEndpoint(name="ReportIncidentPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00") public ReportIncidentEndpoint getReportIncidentPort()
@WebEndpoint(name="ReportIncidentPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2018-06-05T10:01:33.061-04:00") public ReportIncidentEndpoint getReportIncidentPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.Apache Camel