org.deegree_impl.services.wfs.protocol
Class WFSBasicRequest_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceRequest_Impl
      extended byorg.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

Field Summary
private  WFSNative native_
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
id, request, service, vendorSpecificParameter, version
 
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
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion
 

Field Detail

native_

private WFSNative native_
Constructor Detail

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

Method Detail

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