|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcedureClient
Class for sending queries to running Procedure.
| Method Summary | |
|---|---|
String |
query(String method,
Map<String,String> arguments)
Makes a query to the procedure with String result. |
byte[] |
queryRaw(String method,
Map<String,String> arguments)
Makes a query to the procedure. |
| Method Detail |
|---|
byte[] queryRaw(String method,
Map<String,String> arguments)
throws IOException
method - Name of the procedure method to query against.arguments - Arguments to be submitted to the procedure for the query.
IOException - When there is error querying the procedure.
String query(String method,
Map<String,String> arguments)
throws IOException
String result.
method - Name of the procedure method to query against.arguments - Arguments to be submitted to the procedure for the query.
String representing the response.
IOException - When there is error querying the procedure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||