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

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

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

Classes in org.deegree_impl.services.wcas.capabilities that implement Request
 class Request_Impl
          -----------------------------------------------------
 

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

Methods in org.deegree_impl.services.wcas.capabilities that return Request
private static Request WCASCapabilitiesFactory.getRequest(org.w3c.dom.Element element)
          returns the request description contained within the capabilities
 Request Capability_Impl.getRequest()
          A basic WFS would include the GetCapabilities, DescribeFeatureType and the GetFeature interfaces.
 

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

Constructors in org.deegree_impl.services.wcas.capabilities with parameters of type Request
Capability_Impl(TaxonomyTypeList taxonomyTypeList, Request request, RecordTypeList recordTypeList, PresentOptions presentOptions, QueryLanguages queryLanguages, FederatedCatalog[] federatedCatalogs, CException exceptions, org.w3c.dom.Document vendorspecificCapabilities)
           
 

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

Methods in org.deegree.services.wcas.capabilities that return Request
 Request Capability.getRequest()
          A basic catalog would include the GetCapabilities, DescribeRecordType and the GetRecord interfaces.