public final class DefaultEventServiceCreator extends Object implements EventServiceCreator
EventServiceCreator
is a factory to
create a new EventServiceAsync
which is required
for the connection to the server side.
The default implementation uses a standard way to map GWT services and creates a service instance of
EventService
.Modifier and Type | Method and Description |
---|---|
EventServiceAsync |
createEventService()
Creates a new
EventServiceAsync which is required
for the connection to the server side. |
static EventServiceCreator |
getInstance()
Factory-Holder class to ensure thread-safe lazy-loading with IODH.
|
public static EventServiceCreator getInstance()
public EventServiceAsync createEventService()
EventServiceAsync
which is required
for the connection to the server side.
This implementation uses a standard way to map GWT services and creates a service instance of
EventService
.createEventService
in interface EventServiceCreator
EventServiceAsync
interface for the server side serviceCopyright © 2012. All Rights Reserved.