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