org.deegree_impl.services.wfs.protocol
Class WFSGetCapabilitiesRequest_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceRequest_Impl
      extended byorg.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl
          extended byorg.deegree_impl.services.wfs.protocol.WFSGetCapabilitiesRequest_Impl
All Implemented Interfaces:
OGCWebServiceRequest, WFSBasicRequest, WFSGetCapabilitiesRequest
Direct Known Subclasses:
WFSGGetCapabilitiesRequest_Impl

public class WFSGetCapabilitiesRequest_Impl
extends WFSBasicRequest_Impl
implements WFSGetCapabilitiesRequest

The Interface definies the get capabilities WFS request.

--------------------------------------------------------

Version:
$Revision: 1.6 $ $Date: 2004/05/14 07:48:22 $
Author:
Andreas Poth Katharina Lupp

Field Summary
 
Fields inherited from class org.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
id, request, service, vendorSpecificParameter, version
 
Constructor Summary
WFSGetCapabilitiesRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, WFSNative native_)
          Creates a new WFSGetCapabilitiesRequest_Impl object.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.deegree_impl.services.wfs.protocol.WFSBasicRequest_Impl
exportAsXML, getNative, setNative
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, putVendorSpecificParameter, setId, setRequest, setService, setVendorSpecificParameter, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicRequest
getNative
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion
 

Constructor Detail

WFSGetCapabilitiesRequest_Impl

public WFSGetCapabilitiesRequest_Impl(java.lang.String version,
                                      java.lang.String id,
                                      java.util.HashMap vendorSpecificParameter,
                                      WFSNative native_)
Creates a new WFSGetCapabilitiesRequest_Impl object.

Parameters:
version -
id -
vendorSpecificParameter -
native_ -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class OGCWebServiceRequest_Impl
Returns: