@WebServiceClient(name="ReportIncidentEndpointService", wsdlLocation="file:/maven/build/camel/examples/camel-example-cxf-osgi/src/main/resources/META-INF/wsdl/report_incident.wsdl", targetNamespace="http://reportincident.example.camel.apache.org") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z", comments="Apache CXF 3.1.5.redhat-630424") 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="2019-12-02T10:40:49.459Z") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public static final QName ReportIncidentEndpoint
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public ReportIncidentEndpointService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public ReportIncidentEndpointService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public ReportIncidentEndpointService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public ReportIncidentEndpointService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="ReportIncidentEndpoint") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") public ReportIncidentEndpoint getReportIncidentEndpoint()
@WebEndpoint(name="ReportIncidentEndpoint") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2019-12-02T10:40:49.459Z") 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