org.deegree_impl.services.wfs.protocol
Class WFSBasicRequest_Impl
java.lang.Object
org.deegree_impl.services.OGCWebServiceRequest_Impl
org.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl
- All Implemented Interfaces:
- OGCWebServiceRequest, WFSBasicRequest
- Direct Known Subclasses:
- WFSDescribeFeatureTypeRequest_Impl, WFSGetCapabilitiesRequest_Impl, WFSGetFeatureRequest_Impl, WFSLockFeatureRequest_Impl, WFSTransactionRequest_Impl
- public class WFSBasicRequest_Impl
- extends OGCWebServiceRequest_Impl
- implements WFSBasicRequest
The Interface definies the basic WFS request.
--------------------------------------------------------
- Version:
- $Revision: 1.7 $ $Date: 2004/03/26 11:19:32 $
- Author:
- Andreas Poth Katharina Lupp
Constructor Summary |
WFSBasicRequest_Impl(java.lang.String version,
java.lang.String request,
java.lang.String id,
java.util.HashMap vendorSpecificParameter,
WFSNative native_)
constructor initializing the class with the requests |
Method Summary |
java.lang.String |
exportAsXML()
exports the request in its XML representation |
WFSNative |
getNative()
The element is intended to allow access to vendor
specific capabilities of any particular web feature server or datastore.
|
void |
setNative(WFSNative native_)
sets the |
Methods inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl |
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, putVendorSpecificParameter, setId, setRequest, setService, setVendorSpecificParameter, setVersion, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
native_
private WFSNative native_
WFSBasicRequest_Impl
public WFSBasicRequest_Impl(java.lang.String version,
java.lang.String request,
java.lang.String id,
java.util.HashMap vendorSpecificParameter,
WFSNative native_)
- constructor initializing the class with the requests
getNative
public WFSNative getNative()
- The element is intended to allow access to vendor
specific capabilities of any particular web feature server or datastore.
The tag simply delimits the vendor specific command or operation.
- Specified by:
getNative
in interface WFSBasicRequest
setNative
public void setNative(WFSNative native_)
- sets the
exportAsXML
public java.lang.String exportAsXML()
- exports the request in its XML representation