org.geotools.data.wps
Class WPSSpecification

java.lang.Object
  extended by org.geotools.data.ows.Specification
      extended by org.geotools.data.wps.WPSSpecification
Direct Known Subclasses:
WPS1_0_0

public abstract class WPSSpecification
extends Specification


Constructor Summary
WPSSpecification()
           
 
Method Summary
abstract  DescribeProcessRequest createDescribeProcessRequest(java.net.URL onlineResource)
          Creates a DescribeProcess request which can be used to retrieve information about a specific process on the WPS Server.
abstract  ExecuteProcessRequest createExecuteProcessRequest(java.net.URL onlineResource)
          Creates a Execute request which can be used to execute a specific process on the WPS Server.
 
Methods inherited from class org.geotools.data.ows.Specification
createGetCapabilitiesRequest, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPSSpecification

public WPSSpecification()
Method Detail

createDescribeProcessRequest

public abstract DescribeProcessRequest createDescribeProcessRequest(java.net.URL onlineResource)
                                                             throws java.lang.UnsupportedOperationException
Creates a DescribeProcess request which can be used to retrieve information about a specific process on the WPS Server.

Parameters:
onlineResource - the location where the request can be made
Returns:
a DescribeProcessRequest to be configured and then passed to the WPS Server
Throws:
java.lang.UnsupportedOperationException - if the version of the specification doesn't support this request

createExecuteProcessRequest

public abstract ExecuteProcessRequest createExecuteProcessRequest(java.net.URL onlineResource)
                                                           throws java.lang.UnsupportedOperationException
Creates a Execute request which can be used to execute a specific process on the WPS Server.

Parameters:
onlineResource - the location where the request can be made
Returns:
an ExecuteProcessRequest to be configured and then passed to the WPS Server
Throws:
java.lang.UnsupportedOperationException - if the version of the specification doesn't support this request


Copyright © 1996-2010 Geotools. All Rights Reserved.