public interface BookmarkService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
BookmarkService.GetRequest |
static interface |
BookmarkService.GetResponse |
static interface |
BookmarkService.RemoveRequest |
static interface |
BookmarkService.RemoveResponse |
static interface |
BookmarkService.UpdateRequest |
static interface |
BookmarkService.UpdateResponse |
Modifier and Type | Method and Description |
---|---|
BookmarkService.GetRequest |
get() |
BookmarkService.RemoveRequest |
remove() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
BookmarkService.UpdateRequest |
update() |
BookmarkService.GetRequest get()
BookmarkService.RemoveRequest remove()
BookmarkService.UpdateRequest update()
Copyright © 2016. All rights reserved.