org.deegree.services.wfs.protocol
Interface WFSGetFeatureResponse

All Superinterfaces:
OGCWebServiceResponse, WFSBasicResponse
All Known Subinterfaces:
WFSGetFeatureWithLockResponse, WFSGGetFeatureResponse
All Known Implementing Classes:
WFSGetFeatureResponse_Impl, WFSGetFeatureWithLockResponse_Impl, WFSGGetFeatureResponse_Impl

public interface WFSGetFeatureResponse
extends WFSBasicResponse

The response toaGetFeature request is controlled by the outputFormat attribute. The default value for the outputFormat attribute shall be GML indicating that a WFS must generate a GML document of the result set that conforms to the Geography Markup Language (GML) 2.0 specification. Vendor specific output formats can also be generated but they must be declared in the capabilities document.

--------------------------------------------------------

Version:
$Revision: 1.3 $ $Date: 2004/02/09 07:57:02 $
Author:
Andreas Poth

Method Summary
 java.lang.Object getResponse()
          returns the request features in a vendor specific format
 
Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicResponse
getAffectedFeatureTypes
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getResponse

public java.lang.Object getResponse()
returns the request features in a vendor specific format