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, ServiceLifecycle, ReportIncidentService_PortType

public class AxisReportIncidentService
extends 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 ServiceException
Overrides:
onInit in class ServletEndpointSupport
Throws:
ServiceException

reportIncident

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


Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.