org.apache.camel.example.axis
Class AxisReportIncidentService

java.lang.Object
  extended by org.springframework.remoting.jaxrpc.ServletEndpointSupport
      extended by org.apache.camel.example.axis.AxisReportIncidentService
All Implemented Interfaces:
Remote, javax.xml.rpc.server.ServiceLifecycle, ReportIncidentService_PortType

public class AxisReportIncidentService
extends org.springframework.remoting.jaxrpc.ServletEndpointSupport
implements ReportIncidentService_PortType

Axis webservice


Field Summary
 
Fields inherited from class org.springframework.remoting.jaxrpc.ServletEndpointSupport
logger
 
Constructor Summary
AxisReportIncidentService()
           
 
Method Summary
protected  void onInit()
           
 OutputReportIncident reportIncident(InputReportIncident parameters)
           
 
Methods inherited from class org.springframework.remoting.jaxrpc.ServletEndpointSupport
destroy, getApplicationContext, getMessageSourceAccessor, getServletContext, getServletEndpointContext, getTempDir, getWebApplicationContext, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisReportIncidentService

public AxisReportIncidentService()
Method Detail

onInit

protected void onInit()
               throws javax.xml.rpc.ServiceException
Overrides:
onInit in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Throws:
javax.xml.rpc.ServiceException

reportIncident

public OutputReportIncident reportIncident(InputReportIncident parameters)
                                    throws RemoteException
Specified by:
reportIncident in interface ReportIncidentService_PortType
Throws:
RemoteException


Apache CAMEL