org.geotools.data.wps.response
Class ExecuteProcessResponse

java.lang.Object
  extended by org.geotools.data.ows.Response
      extended by org.geotools.data.wps.response.ExecuteProcessResponse

public class ExecuteProcessResponse
extends Response

Represents the response from a server after an ExecuteProcess request has been issued.

Author:
gdavis

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

ExecuteProcessResponse

public ExecuteProcessResponse(java.lang.String contentType,
                              java.io.InputStream inputStream)
                       throws java.io.IOException,
                              ServiceException
Parameters:
contentType -
inputStream -
Throws:
ServiceException
org.xml.sax.SAXException
java.io.IOException
Method Detail

getExecuteResponse

public ExecuteResponseType getExecuteResponse()

getExceptionResponse

public ExceptionReportType getExceptionResponse()


Copyright © 1996-2010 Geotools. All Rights Reserved.