@WebServiceClient(name="ReportIncidentEndpointService", wsdlLocation="file:/maven/build/camel/examples/camel-example-cxf-blueprint/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="2017-03-13T08:03:17.801-04:00", comments="Apache CXF 3.0.4.redhat-621186") 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-03-13T08:03:17.801-04:00") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public static final QName ReportIncidentEndpoint
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public ReportIncidentEndpointService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public ReportIncidentEndpointService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public ReportIncidentEndpointService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public ReportIncidentEndpointService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="ReportIncidentEndpoint") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") public ReportIncidentEndpoint getReportIncidentEndpoint()
@WebEndpoint(name="ReportIncidentEndpoint") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-03-13T08:03:17.801-04:00") 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