Uses of Class
org.apache.camel.example.reportincident.InputReportIncident

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

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

Methods in org.apache.camel.example.cxf.proxy with parameters of type InputReportIncident
 OutputReportIncident ReportIncidentEndpointService.reportIncident(InputReportIncident in)
           
 

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

Methods in org.apache.camel.example.reportincident that return InputReportIncident
 InputReportIncident ObjectFactory.createInputReportIncident()
          Create an instance of InputReportIncident
 

Methods in org.apache.camel.example.reportincident with parameters of type InputReportIncident
 OutputReportIncident ReportIncidentEndpoint.reportIncident(InputReportIncident in)
           
 



Apache CAMEL