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