|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.wps.server.response.Response
org.n52.wps.server.response.CapabilitiesResponse
public class CapabilitiesResponse
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 |
|---|
public CapabilitiesResponse(CapabilitiesRequest request)
request - The GetCapabilities request| Method Detail |
|---|
public void save(java.io.OutputStream os)
throws ExceptionReport
save in class Responseos - The OutputStream to save this Response to
ExceptionReport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||