Uses of Interface
org.deegree.services.wfs.protocol.WFSBasicResponse

Packages that use WFSBasicResponse
org.deegree_impl.services.gazetteer.protocol   
org.deegree_impl.services.wfs.protocol   
org.deegree.services.gazetteer.protocol   
org.deegree.services.wfs.protocol   
 

Uses of WFSBasicResponse in org.deegree_impl.services.gazetteer.protocol
 

Classes in org.deegree_impl.services.gazetteer.protocol that implement WFSBasicResponse
 class WFSGGetFeatureResponse_Impl
           
 

Uses of WFSBasicResponse in org.deegree_impl.services.wfs.protocol
 

Classes in org.deegree_impl.services.wfs.protocol that implement WFSBasicResponse
(package private)  class WFSBasicResponse_Impl
          The Interface definies the basic WFS response.
(package private)  class WFSDescribeFeatureTypeResponse_Impl
          In response to a DescribeFeatureType request, where the output format has been specified as XMLSCHEMA.
(package private)  class WFSGetCapabilitiesResponse_Impl
          --------------------------------------------------------
 class WFSGetFeatureResponse_Impl
          The response toaGetFeature request is controlled by the outputFormat attribute.
(package private)  class WFSGetFeatureWithLockResponse_Impl
          For the request, a WFS must generate a result that includes the lock identifier.
(package private)  class WFSLockFeatureResponse_Impl
          In response to a LockFeature request, the web feature server shall generate an XML document containing a lock identifier that a client application can reference when operating upon the locked features.
(package private)  class WFSTransactionResponse_Impl
          In response to a transaction request, the web feature server shall generate an object document indicating the termination status of the transaction.
 

Uses of WFSBasicResponse in org.deegree.services.gazetteer.protocol
 

Subinterfaces of WFSBasicResponse in org.deegree.services.gazetteer.protocol
 interface WFSGGetFeatureResponse
           
 

Uses of WFSBasicResponse in org.deegree.services.wfs.protocol
 

Subinterfaces of WFSBasicResponse in org.deegree.services.wfs.protocol
 interface WFSDescribeFeatureTypeResponse
          In response to a DescribeFeatureType request, where the output format has been specified as XMLSCHEMA.
 interface WFSGetCapabilitiesResponse
          --------------------------------------------------------
 interface WFSGetFeatureResponse
          The response toaGetFeature request is controlled by the outputFormat attribute.
 interface WFSGetFeatureWithLockResponse
          For the request, a WFS must generate a result that includes the lock identifier.
 interface WFSLockFeatureResponse
          In response to a LockFeature request, the web feature server shall generate an XML document containing a lock identifier that a client application can reference when operating upon the locked features.
 interface WFSTransactionResponse
          In response to a transaction request, the web feature server shall generate an object document indicating the termination status of the transaction.