|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap org.apache.axis2.dataretrieval.DataRetrievalRequest
public class DataRetrievalRequest
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 | |
---|---|
static java.lang.String |
DIALET
Key used to define Dialect of data to be retrieved. |
static java.lang.String |
IDENTIFIER
Key used to defined Identify of data to be retrieved. |
static java.lang.String |
OUTPUT_FORM
Key used to define the output format of retrieved data to be returned. |
Constructor Summary | |
---|---|
DataRetrievalRequest()
|
Method Summary | |
---|---|
java.lang.String |
getDialect()
Returns the Dialect value specified in the request. |
java.lang.String |
getIdentifier()
Returns the Identifier value specified in the request. |
OutputForm |
getOutputForm()
Returns the output format specified in the request. |
void |
putDialect(java.lang.String dialect)
Allow to set the dialect of data to retrieve |
void |
putIdentifier(java.lang.String identifier)
Allow to set the identifier of data to retrieve |
void |
putOutputForm(OutputForm form)
Allow to set the output format of the data retrieved. |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Field Detail |
---|
public static final java.lang.String DIALET
public static final java.lang.String IDENTIFIER
public static final java.lang.String OUTPUT_FORM
Constructor Detail |
---|
public DataRetrievalRequest()
Method Detail |
---|
public java.lang.String getDialect() throws DataRetrievalException
DataRetrievalException
public java.lang.String getIdentifier()
public OutputForm getOutputForm()
public void putDialect(java.lang.String dialect) throws DataRetrievalException
dialect
- - Valid dialect value supported by the Data Locator.
DataRetrievalException
public void putIdentifier(java.lang.String identifier)
identifier
- - identifier value
DataRetrievalException
public void putOutputForm(OutputForm form)
form
- - Valid output format types supported by the Data Locator.
DataRetrievalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |