org.deegree.protocol.wfs
Class AbstractWFSRequest

java.lang.Object
  extended by org.deegree.protocol.wfs.AbstractWFSRequest
Direct Known Subclasses:
CreateStoredQuery, DescribeFeatureType, DescribeStoredQueries, DropStoredQuery, GetFeature, GetGmlObject, GetPropertyValue, ListStoredQueries, LockFeature, Transaction

public abstract class AbstractWFSRequest
extends Object

Abstract base class for WFS request beans.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

Constructor Summary
AbstractWFSRequest(Version version, String handle)
          Creates a new AbstractWFSRequest request.
 
Method Summary
 String getHandle()
          Returns the client-generated identifier supplied with the request.
 Version getVersion()
          Returns the protocol version of the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWFSRequest

public AbstractWFSRequest(Version version,
                          String handle)
Creates a new AbstractWFSRequest request.

Parameters:
version - protocol version, may not be null
handle - client-generated identifier, may be null
Method Detail

getVersion

public Version getVersion()
Returns the protocol version of the request.

Returns:
the protocol version of the request, never null

getHandle

public String getHandle()
Returns the client-generated identifier supplied with the request.

Returns:
the client-generated identifier, may be null


Copyright © 2011. All Rights Reserved.