001    /**
002     * ReportIncidentService_Service.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_Service extends javax.xml.rpc.Service {
011        public java.lang.String getReportIncidentPortAddress();
012    
013        public org.apache.camel.example.reportincident.ReportIncidentService_PortType getReportIncidentPort() throws javax.xml.rpc.ServiceException;
014    
015        public org.apache.camel.example.reportincident.ReportIncidentService_PortType getReportIncidentPort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
016    }