001    /**
002     * ReportIncidentService_PortType.java
003     *
004     * This file was auto-generated from WSDL
005     * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
006     */
007    
008    package org.apache.camel.example.reportincident;
009    
010    public interface ReportIncidentService_PortType extends java.rmi.Remote {
011        public org.apache.camel.example.reportincident.OutputReportIncident reportIncident(org.apache.camel.example.reportincident.InputReportIncident parameters) throws java.rmi.RemoteException;
012    }