org.n52.wps.server.handler
Class SOAPRequestHandler

java.lang.Object
  extended by org.n52.wps.server.handler.RequestHandler
      extended by org.n52.wps.server.handler.SOAPRequestHandler

public class SOAPRequestHandler
extends RequestHandler


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

SOAPRequestHandler

public SOAPRequestHandler(org.w3c.dom.Document inputDoc,
                          java.io.OutputStream os)
                   throws ExceptionReport
Handles requests of type SOAPMessage (currently capabilities and describeProcess). A OMElement is used to represent the client input.

Parameters:
params - The client input
outOM - The OMElement to write the response to.
Throws:
ExceptionReport - If the requested operation is not supported


Copyright © 2007-2011 52north.org. All Rights Reserved.