|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.wps.server.request.Request
org.n52.wps.server.request.ExecuteRequest
public class ExecuteRequest
Handles an ExecuteRequest
| Field Summary |
|---|
| Fields inherited from class org.n52.wps.server.request.Request |
|---|
doc, id, map, SUPPORTED_VERSION |
| Constructor Summary | |
|---|---|
ExecuteRequest(org.apache.commons.collections.map.CaseInsensitiveMap ciMap)
|
|
ExecuteRequest(org.w3c.dom.Document doc)
Creates an ExecuteRequest based on a Document (HTTP_POST) |
|
| Method Summary | |
|---|---|
Response |
call()
Actually serves the Request. |
java.lang.String |
getAlgorithmIdentifier()
Gets the identifier of the algorithm the client requested |
java.util.Map<java.lang.String,IData> |
getAttachedResult()
|
net.opengis.wps.x100.ExecuteDocument.Execute |
getExecute()
Gets the Execute that is associated with this Request |
ExecuteResponseBuilder |
getExecuteResponseBuilder()
|
boolean |
isQuickStatus()
|
boolean |
isRawData()
|
boolean |
isStoreResponse()
|
void |
update(ISubject subject)
|
boolean |
validate()
Validates the client request |
| Methods inherited from class org.n52.wps.server.request.Request |
|---|
accumulateString, getDocument, getMap, getMapArray, getMapArray, getMapValue, getMapValue, getRequestedVersions, getUniqueId, requireVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecuteRequest(org.w3c.dom.Document doc)
throws ExceptionReport
doc - The clients submission
ExceptionReport
public ExecuteRequest(org.apache.commons.collections.map.CaseInsensitiveMap ciMap)
throws ExceptionReport
ExceptionReport| Method Detail |
|---|
public boolean validate()
throws ExceptionReport
validate in class RequestExceptionReport
public Response call()
throws ExceptionReport
call in interface java.util.concurrent.Callable<Response>call in class RequestExceptionReportCallable.call()public java.lang.String getAlgorithmIdentifier()
public net.opengis.wps.x100.ExecuteDocument.Execute getExecute()
public java.util.Map<java.lang.String,IData> getAttachedResult()
getAttachedResult in class Requestpublic boolean isStoreResponse()
public boolean isQuickStatus()
public ExecuteResponseBuilder getExecuteResponseBuilder()
public boolean isRawData()
public void update(ISubject subject)
update in interface IObserver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||