001 /**
002 * ReportIncidentBindingImpl.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 class ReportIncidentBindingImpl implements org.apache.camel.example.reportincident.ReportIncidentService_PortType{
011 public org.apache.camel.example.reportincident.OutputReportIncident reportIncident(org.apache.camel.example.reportincident.InputReportIncident parameters) throws java.rmi.RemoteException {
012 return null;
013 }
014
015 }