se.citerus.dddsample.interfaces.handling.ws
Class HandlingReportServiceImpl

java.lang.Object
  extended by se.citerus.dddsample.interfaces.handling.ws.HandlingReportServiceImpl
All Implemented Interfaces:
HandlingReportService

public class HandlingReportServiceImpl
extends java.lang.Object
implements HandlingReportService

This web service endpoint implementation performs basic validation and parsing of incoming data, and in case of a valid registration attempt, sends an asynchronous message with the informtion to the handling event registration system for proper registration.


Constructor Summary
HandlingReportServiceImpl()
           
 
Method Summary
 void setApplicationEvents(ApplicationEvents applicationEvents)
           
 void submitReport(HandlingReport handlingReport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlingReportServiceImpl

public HandlingReportServiceImpl()
Method Detail

submitReport

public void submitReport(HandlingReport handlingReport)
                  throws HandlingReportErrors_Exception
Specified by:
submitReport in interface HandlingReportService
Throws:
HandlingReportErrors_Exception

setApplicationEvents

public void setApplicationEvents(ApplicationEvents applicationEvents)


Copyright © 2009. All Rights Reserved.