Uses of Interface
org.apache.camel.example.reportincident.ReportIncidentEndpoint

Packages that use ReportIncidentEndpoint
org.apache.camel.example.cxf.proxy   
org.apache.camel.example.reportincident   
 

Uses of ReportIncidentEndpoint in org.apache.camel.example.cxf.proxy
 

Classes in org.apache.camel.example.cxf.proxy that implement ReportIncidentEndpoint
 class ReportIncidentEndpointService
          This is the implementation of the real web service
 

Uses of ReportIncidentEndpoint in org.apache.camel.example.reportincident
 

Methods in org.apache.camel.example.reportincident that return ReportIncidentEndpoint
 ReportIncidentEndpoint ReportIncidentEndpointService.getReportIncidentEndpoint()
           
 ReportIncidentEndpoint ReportIncidentEndpointService.getReportIncidentEndpoint(WebServiceFeature... features)
           
 



Apache CAMEL