| |
|
| java.util.HashMap org.apache.axis2.dataretrieval.DataRetrievalRequest
DataRetrievalRequest | public class DataRetrievalRequest extends HashMap (Code) | | Allow to specify options/parameters for getData request. The list is extensible
based on the information needed for the Data Locator to process the request.
|
Field Summary | |
final public static String | DIALET Key used to define Dialect of data to be retrieved. | final public static String | IDENTIFIER Key used to defined Identify of data to be retrieved. | final public static String | OUTPUT_FORM Key used to define the output format of retrieved data to be returned. |
DIALET | final public static String DIALET(Code) | | Key used to define Dialect of data to be retrieved.
|
IDENTIFIER | final public static String IDENTIFIER(Code) | | Key used to defined Identify of data to be retrieved.
|
OUTPUT_FORM | final public static String OUTPUT_FORM(Code) | | Key used to define the output format of retrieved data to be returned.
|
getIdentifier | public String getIdentifier()(Code) | | Returns the Identifier value specified in the request.
a String that has Identifier info. |
getOutputForm | public OutputForm getOutputForm()(Code) | | Returns the output format specified in the request.
output format of data retrieved. |
putIdentifier | public void putIdentifier(String identifier)(Code) | | Allow to set the identifier of data to retrieve
Parameters: identifier - - identifier value throws: DataRetrievalException - |
putOutputForm | public void putOutputForm(OutputForm form)(Code) | | Allow to set the output format of the data retrieved.
Parameters: form - - Valid output format types supported by the Data Locator. throws: DataRetrievalException - |
|
|
|