|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary | |
|---|---|
static String |
DIALET
Key used to define Dialect of data to be retrieved. |
static String |
IDENTIFIER
Key used to defined Identify of data to be retrieved. |
static String |
OUTPUT_FORM
Key used to define the output format of retrieved data to be returned. |
| Constructor Summary | |
|---|---|
DataRetrievalRequest()
|
|
| Method Summary | |
|---|---|
String |
getDialect()
Returns the Dialect value specified in the request. |
String |
getIdentifier()
Returns the Identifier value specified in the request. |
OutputForm |
getOutputForm()
Returns the output format specified in the request. |
void |
putDialect(String dialect)
Allow to set the dialect of data to retrieve |
void |
putIdentifier(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 String DIALET
public static final String IDENTIFIER
public static final String OUTPUT_FORM
| Constructor Detail |
|---|
public DataRetrievalRequest()
| Method Detail |
|---|
public String getDialect()
throws DataRetrievalException
DataRetrievalExceptionpublic String getIdentifier()
public OutputForm getOutputForm()
public void putDialect(String dialect)
throws DataRetrievalException
dialect - - Valid dialect value supported by the Data Locator.
DataRetrievalExceptionpublic void putIdentifier(String identifier)
identifier - - identifier value
DataRetrievalExceptionpublic 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 | |||||||||