org.geotools.data.wps.request
Interface DescribeProcessRequest

All Superinterfaces:
Request
All Known Implementing Classes:
AbstractDescribeProcessRequest, WPS1_0_0.InternalDescribeProcessRequest

public interface DescribeProcessRequest
extends Request

Retrieves information about the given process on the WPS Server. The only parameter it takes is a process which it uses to return the information about.

Author:
gdavis

Field Summary
static java.lang.String IDENTIFIER
          Represents the PROCESS parameter
 
Fields inherited from interface org.geotools.data.ows.Request
REQUEST, SERVICE, VERSION, WMTVER
 
Method Summary
 void setIdentifier(java.lang.String processnames)
          Sets the name of the process to look up
 
Methods inherited from interface org.geotools.data.ows.Request
createResponse, getFinalURL, getPostContentType, getProperties, performPostOutput, requiresPost, setProperty
 

Field Detail

IDENTIFIER

static final java.lang.String IDENTIFIER
Represents the PROCESS parameter

See Also:
Constant Field Values
Method Detail

setIdentifier

void setIdentifier(java.lang.String processnames)
Sets the name of the process to look up

Parameters:
processname - A comma-delimited list of unique process names


Copyright © 1996-2010 Geotools. All Rights Reserved.