@WebServiceClient(name="ReportIncidentEndpointService", wsdlLocation="file:/x1/git/perfectus/610394/camel/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="2014-09-22T16:28:17.672-02:30", comments="Apache CXF 2.7.0.redhat-610394") 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="2014-09-22T16:28:17.672-02:30") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public static final QName ReportIncidentEndpoint
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public ReportIncidentEndpointService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public ReportIncidentEndpointService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public ReportIncidentEndpointService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public ReportIncidentEndpointService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public ReportIncidentEndpointService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="ReportIncidentEndpoint") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") public ReportIncidentEndpoint getReportIncidentEndpoint()
@WebEndpoint(name="ReportIncidentEndpoint") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-09-22T16:28:17.672-02:30") 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