|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.wps.server.handler.RequestHandler
org.n52.wps.server.handler.SOAPRequestHandler
public class SOAPRequestHandler
| Field Summary |
|---|
| Fields inherited from class org.n52.wps.server.handler.RequestHandler |
|---|
os, pool, req, responseMimeType, sleepingTime |
| Constructor Summary | |
|---|---|
SOAPRequestHandler(org.w3c.dom.Document inputDoc,
java.io.OutputStream os)
Handles requests of type SOAPMessage (currently capabilities and describeProcess). |
|
| Method Summary |
|---|
| Methods inherited from class org.n52.wps.server.handler.RequestHandler |
|---|
getResponseMimeType, handle, setResponseMimeType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOAPRequestHandler(org.w3c.dom.Document inputDoc,
java.io.OutputStream os)
throws ExceptionReport
params - The client inputoutOM - The OMElement to write the response to.
ExceptionReport - If the requested operation is not supported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||