Package com.skava.location.service.impl
Class CreateEventServiceImpl
java.lang.Object
com.skava.location.service.impl.CreateEventServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<EventRequestInternal,
,Event> CreateEventService
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
This method is used to validation the given request.process
(EventRequestInternal request) This method is used to create Event based on given Event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
CreateEventServiceImpl
public CreateEventServiceImpl()
-
-
Method Details
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<EventRequestInternal,
Event> - Returns:
- It returns the
ValidatorComponent
.
-
process
@SendEvent(eventType="locationservice/event/create", identifier="response_identifier") public Event process(EventRequestInternal request) This method is used to create Event based on given Event.- Specified by:
process
in interfacecom.skava.core.EcommService<EventRequestInternal,
Event> - Parameters:
request
- It contains the events required for the creation of Event.- Returns:
- It returns the
EventResponse
.
-