Uses of Interface
org.deegree.services.wcas.protocol.CASGetCapabilitiesRequest

Packages that use CASGetCapabilitiesRequest
org.deegree_impl.services.wcas   
org.deegree_impl.services.wcas.protocol   
 

Uses of CASGetCapabilitiesRequest in org.deegree_impl.services.wcas
 

Methods in org.deegree_impl.services.wcas with parameters of type CASGetCapabilitiesRequest
private  void WCASService_Impl.handleGetCapabilities(CASGetCapabilitiesRequest request)
          handles a get capabilities request by reading the capabilities document from its source.
 

Uses of CASGetCapabilitiesRequest in org.deegree_impl.services.wcas.protocol
 

Classes in org.deegree_impl.services.wcas.protocol that implement CASGetCapabilitiesRequest
(package private)  class CASGetCapabilitiesRequest_Impl
          The class implements the get capabilities CAS request.
 

Methods in org.deegree_impl.services.wcas.protocol that return CASGetCapabilitiesRequest
static CASGetCapabilitiesRequest CASProtocolFactory.createCASGetCapabilitiesRequest(java.lang.String id, java.util.HashMap vendorSpecificParameter)
          creates a CASGetCapabilitiesRequest object.