Uses of Interface
org.deegree.services.wfs.capabilities.Request

Packages that use Request
org.deegree_impl.services.wfs.capabilities   
org.deegree.services.wfs.capabilities   
 

Uses of Request in org.deegree_impl.services.wfs.capabilities
 

Classes in org.deegree_impl.services.wfs.capabilities that implement Request
(package private)  class Request_Impl
          The REQUEST parameter indicates which service operation is being invoked.
 

Fields in org.deegree_impl.services.wfs.capabilities declared as Request
private  Request Capability_Impl.request
           
 

Methods in org.deegree_impl.services.wfs.capabilities that return Request
private static Request WFSCapabilitiesFactory.getRequest(org.w3c.dom.Element requestElement)
          returns an instance of an object that capsulates the request element of the WMS capabilities/capability.
 Request Capability_Impl.getRequest()
          A basic WFS would include the GetCapabilities, DescribeFeatureType and the GetFeature interfaces.
 

Methods in org.deegree_impl.services.wfs.capabilities with parameters of type Request
 void Capability_Impl.setRequest(Request request)
          sets the request
 

Constructors in org.deegree_impl.services.wfs.capabilities with parameters of type Request
Capability_Impl(Request request, org.w3c.dom.Document vendorSpecificCapabilities)
          constructor initializing the class with the requests
 

Uses of Request in org.deegree.services.wfs.capabilities
 

Methods in org.deegree.services.wfs.capabilities that return Request
 Request Capability.getRequest()
          A basic WFS would include the GetCapabilities, DescribeFeatureType and the GetFeature interfaces.