public abstract class Response extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
getAsStream() |
Request |
getRequest() |
String |
getType() |
UUID |
getUniqueId() |
protected Request request
public Response(Request request)
public UUID getUniqueId()
public String getType()
public abstract InputStream getAsStream() throws org.n52.wps.server.ExceptionReport
org.n52.wps.server.ExceptionReportpublic Request getRequest()
Copyright © 2019. All Rights Reserved.