class BaseRequestsParser extends RequestArguments
| Constructor and Description |
|---|
BaseRequestsParser() |
| Modifier and Type | Method and Description |
|---|---|
protected DatasetWrapper |
loadDataSet(java.lang.String content)
Load the specified dataset.
|
protected TableWrapper |
loadTable(java.lang.String content)
Load the specified table.
|
protected java.lang.String |
parseArgumentInt(java.lang.String body,
java.lang.String source,
javax.servlet.http.HttpServletRequest request)
Parse the argument, by interpreting the request.
|
assignArgument, getProperty, parseExtentArgumentcreateDataset, createTable, notAValue, parseArguments, parseArguments, parseArguments, unknownInstanceprotected java.lang.String parseArgumentInt(java.lang.String body,
java.lang.String source,
javax.servlet.http.HttpServletRequest request)
throws java.io.IOException
parseArgumentInt in class RequestArgumentsbody - The request body.source - The parameter's encoded source.request - The request payload.java.io.IOExceptionprotected DatasetWrapper loadDataSet(java.lang.String content) throws java.io.IOException
loadDataSet in class ServiceArgumentsParsercontent - The dataset definition.DatasetWrapper instance to be passed as argument to the remote call.java.io.IOExceptionprotected TableWrapper loadTable(java.lang.String content) throws java.io.IOException
loadTable in class ServiceArgumentsParsercontent - The table definition.TableWrapper instance to be passed as argument to the remote call.java.io.IOException