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

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

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

Methods in org.apache.camel.example.cxf.proxy that return OutputReportIncident
 OutputReportIncident ReportIncidentEndpointService.reportIncident(InputReportIncident in)
           
 

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

Methods in org.apache.camel.example.reportincident that return OutputReportIncident
 OutputReportIncident ObjectFactory.createOutputReportIncident()
          Create an instance of OutputReportIncident
 OutputReportIncident ReportIncidentEndpoint.reportIncident(InputReportIncident in)
           
 



Apache Camel