public class BookmarkServiceImpl extends ServiceImpl implements BookmarkService
BookmarkService.GetRequest, BookmarkService.GetResponse, BookmarkService.RemoveRequest, BookmarkService.RemoveResponse, BookmarkService.UpdateRequest, BookmarkService.UpdateResponse
Constructor and Description |
---|
BookmarkServiceImpl(HttpConnection connection,
String path) |
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.
|
String |
toString() |
BookmarkService.UpdateRequest |
update() |
checkAction, checkFault, getConnection, getPath, throwError
public BookmarkServiceImpl(HttpConnection connection, String path)
public BookmarkService.GetRequest get()
get
in interface BookmarkService
public BookmarkService.RemoveRequest remove()
remove
in interface BookmarkService
public BookmarkService.UpdateRequest update()
update
in interface BookmarkService
public Service service(String path)
BookmarkService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface BookmarkService
Copyright © 2016. All rights reserved.