org.n52.wps.server.response
Class CapabilitiesResponse

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

public class CapabilitiesResponse
extends Response

A Response to the Request "GetCapabilities"


Field Summary
 
Fields inherited from class org.n52.wps.server.response.Response
request
 
Constructor Summary
CapabilitiesResponse(CapabilitiesRequest request)
          Serves the Request with a Response
 
Method Summary
 void save(java.io.OutputStream os)
          Save this Reponse to an OutputStream
 
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

CapabilitiesResponse

public CapabilitiesResponse(CapabilitiesRequest request)
Serves the Request with a Response

Parameters:
request - The GetCapabilities request
Method Detail

save

public void save(java.io.OutputStream os)
          throws ExceptionReport
Save this Reponse to an OutputStream

Specified by:
save in class Response
Parameters:
os - The OutputStream to save this Response to
Throws:
ExceptionReport


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