org.n52.wps.server.response
Class ExecuteResponse

java.lang.Object
  extended by org.n52.wps.server.response.Response
      extended by org.n52.wps.server.response.ExecuteResponse

public class ExecuteResponse
extends Response


Field Summary
 
Fields inherited from class org.n52.wps.server.response.Response
request
 
Constructor Summary
ExecuteResponse(ExecuteRequest request)
           
 
Method Summary
 ExecuteResponseBuilder getExecuteResponseBuilder()
           
 java.lang.String getMimeType()
           
 void save(java.io.OutputStream os)
           
 
Methods inherited from class org.n52.wps.server.response.Response
getRequest, getType, getUniqueId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteResponse

public ExecuteResponse(ExecuteRequest request)
                throws ExceptionReport
Throws:
ExceptionReport
Method Detail

save

public void save(java.io.OutputStream os)
          throws ExceptionReport
Specified by:
save in class Response
Throws:
ExceptionReport

getExecuteResponseBuilder

public ExecuteResponseBuilder getExecuteResponseBuilder()

getMimeType

public java.lang.String getMimeType()


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