public class EventServiceImpl extends ServiceImpl implements EventService
EventService.GetRequest, EventService.GetResponse, EventService.RemoveRequest, EventService.RemoveResponse
Constructor and Description |
---|
EventServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
EventService.GetRequest |
get() |
EventService.RemoveRequest |
remove() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public EventServiceImpl(HttpConnection connection, String path)
public EventService.GetRequest get()
get
in interface EventService
public EventService.RemoveRequest remove()
remove
in interface EventService
public Service service(String path)
EventService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface EventService
Copyright © 2016. All rights reserved.