|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.wps.server.response.Response
public abstract class Response
| Field Summary | |
|---|---|
protected Request |
request
|
| Constructor Summary | |
|---|---|
Response(Request request)
|
|
| Method Summary | |
|---|---|
Request |
getRequest()
|
java.lang.String |
getType()
|
java.util.UUID |
getUniqueId()
|
abstract void |
save(java.io.OutputStream os)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Request request
| Constructor Detail |
|---|
public Response(Request request)
| Method Detail |
|---|
public java.util.UUID getUniqueId()
public java.lang.String getType()
public abstract void save(java.io.OutputStream os)
throws ExceptionReport
ExceptionReportpublic Request getRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||