|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SdsCommand<T,U extends AbstractHttpRequest>
An SDS command as described in http://www.telscenter.org/confluence/display/SAIL/REST+protocol+for+SAIL+Data+Services+(SDS). First, generate the appropriate request using generateRequest and then execute the request using execute.
| Method Summary | |
|---|---|
T |
execute(U httpRequest)
Executes the commmand based on data contructed via the generateRequest method. |
U |
generateRequest()
Puts together the request data and the sds object data required to execute the commmand. |
| Method Detail |
|---|
U generateRequest()
T execute(U httpRequest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||