org.geotools.data.wps.response
Class DescribeProcessResponse

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

public class DescribeProcessResponse
extends Response

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

Author:
gdavis

Field Summary
 
Fields inherited from class org.geotools.data.ows.Response
contentType, inputStream
 
Constructor Summary
DescribeProcessResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
 ExceptionReportType getExceptionResponse()
           
 ProcessDescriptionsType getProcessDesc()
           
 
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

DescribeProcessResponse

public DescribeProcessResponse(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

getProcessDesc

public ProcessDescriptionsType getProcessDesc()

getExceptionResponse

public ExceptionReportType getExceptionResponse()


Copyright © 1996-2010 Geotools. All Rights Reserved.