public class BookmarksServiceImpl extends ServiceImpl implements BookmarksService
BookmarksService.AddRequest, BookmarksService.AddResponse, BookmarksService.ListRequest, BookmarksService.ListResponse
Constructor and Description |
---|
BookmarksServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
BookmarksService.AddRequest |
add() |
BookmarkService |
bookmarkService(String id) |
BookmarksService.ListRequest |
list() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public BookmarksServiceImpl(HttpConnection connection, String path)
public BookmarksService.AddRequest add()
add
in interface BookmarksService
public BookmarksService.ListRequest list()
list
in interface BookmarksService
public BookmarkService bookmarkService(String id)
bookmarkService
in interface BookmarksService
public Service service(String path)
BookmarksService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface BookmarksService
Copyright © 2016. All rights reserved.