@WebServiceClient(name="ReportIncidentEndpointService", wsdlLocation="file:/home/camel/camel/target/checkout/examples/camel-example-cxf-proxy/src/main/resources/etc/report_incident.wsdl", targetNamespace="http://reportincident.example.camel.apache.org") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z", comments="Apache CXF 3.1.9") public class ReportIncidentEndpointService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
ReportIncidentEndpoint |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
ReportIncidentEndpointService() |
ReportIncidentEndpointService(URL wsdlLocation) |
ReportIncidentEndpointService(URL wsdlLocation,
QName serviceName) |
ReportIncidentEndpointService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
ReportIncidentEndpointService(URL wsdlLocation,
WebServiceFeature... features) |
ReportIncidentEndpointService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
ReportIncidentEndpoint |
getReportIncidentEndpoint() |
ReportIncidentEndpoint |
getReportIncidentEndpoint(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="2017-01-22T20:51:49.795Z") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public static final QName ReportIncidentEndpoint
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public ReportIncidentEndpointService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public ReportIncidentEndpointService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public ReportIncidentEndpointService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public ReportIncidentEndpointService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="ReportIncidentEndpoint") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public ReportIncidentEndpoint getReportIncidentEndpoint()
@WebEndpoint(name="ReportIncidentEndpoint") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-01-22T20:51:49.795Z") public ReportIncidentEndpoint getReportIncidentEndpoint(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