Uses of Interface
org.deegree.services.wts.protocol.WTSGetCapabilitiesRequest

Packages that use WTSGetCapabilitiesRequest
org.deegree_impl.services.wts   
org.deegree_impl.services.wts.protocol   
 

Uses of WTSGetCapabilitiesRequest in org.deegree_impl.services.wts
 

Methods in org.deegree_impl.services.wts with parameters of type WTSGetCapabilitiesRequest
private  void WTService_Impl.handleGetCapabilities(WTSGetCapabilitiesRequest request)
          performs a get capabilities request by writing an XML representation of the capabilities to the receiver (destination) of the response of the request.
 

Uses of WTSGetCapabilitiesRequest in org.deegree_impl.services.wts.protocol
 

Classes in org.deegree_impl.services.wts.protocol that implement WTSGetCapabilitiesRequest
 class WTSGetCapabilitiesRequest_Impl
          This interface desribes the access to the parameters common to a OGC GetCapabilities request.