|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.ows.Response
org.geotools.data.wps.response.ExecuteProcessResponse
public class ExecuteProcessResponse
Represents the response from a server after an ExecuteProcess request has been issued.
Field Summary |
---|
Fields inherited from class org.geotools.data.ows.Response |
---|
contentType, inputStream |
Constructor Summary | |
---|---|
ExecuteProcessResponse(java.lang.String contentType,
java.io.InputStream inputStream)
|
Method Summary | |
---|---|
ExceptionReportType |
getExceptionResponse()
|
ExecuteResponseType |
getExecuteResponse()
|
Methods inherited from class org.geotools.data.ows.Response |
---|
getContentType, getInputStream, parseException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecuteProcessResponse(java.lang.String contentType, java.io.InputStream inputStream) throws java.io.IOException, ServiceException
contentType
- inputStream
-
ServiceException
org.xml.sax.SAXException
java.io.IOException
Method Detail |
---|
public ExecuteResponseType getExecuteResponse()
public ExceptionReportType getExceptionResponse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |