|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wfs.AbstractWFSRequest
public abstract class AbstractWFSRequest
Abstract base class for WFS request beans.
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 |
---|
public AbstractWFSRequest(Version version, String handle)
AbstractWFSRequest
request.
version
- protocol version, may not be null
handle
- client-generated identifier, may be null
Method Detail |
---|
public Version getVersion()
null
public String getHandle()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |