org.geotools.data.ows
Class WPSCapabilities

java.lang.Object
  extended by org.geotools.data.ows.Capabilities
      extended by org.geotools.data.ows.WPSCapabilities

public class WPSCapabilities
extends Capabilities

Represents a base object for a WMS getCapabilities response.

Author:
gdavis

Constructor Summary
WPSCapabilities()
           
 
Method Summary
 java.lang.String[] getExceptions()
          Exceptions declare what kind of formats this server can return exceptions in.
 WPSRequest getRequest()
          The request contains information about possible Requests that can be made against this server, including URLs and formats.
 void setExceptions(java.lang.String[] exceptions)
           
 void setRequest(WPSRequest request)
           
 
Methods inherited from class org.geotools.data.ows.Capabilities
getService, getUpdateSequence, getVersion, setService, setUpdateSequence, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPSCapabilities

public WPSCapabilities()
Method Detail

getRequest

public WPSRequest getRequest()
The request contains information about possible Requests that can be made against this server, including URLs and formats.

Returns:
Returns the request.

setRequest

public void setRequest(WPSRequest request)
Parameters:
request - The request to set.

getExceptions

public java.lang.String[] getExceptions()
Exceptions declare what kind of formats this server can return exceptions in. They are used during subsequent requests.


setExceptions

public void setExceptions(java.lang.String[] exceptions)


Copyright © 1996-2010 Geotools. All Rights Reserved.