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