org.deegree.services.wfs.protocol
Interface WFSBasicResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Subinterfaces:
WFSDescribeFeatureTypeResponse, WFSGetCapabilitiesResponse, WFSGetFeatureResponse, WFSGetFeatureWithLockResponse, WFSGGetFeatureResponse, WFSLockFeatureResponse, WFSTransactionResponse
All Known Implementing Classes:
WFSBasicResponse_Impl, WFSDescribeFeatureTypeResponse_Impl, WFSGetCapabilitiesResponse_Impl, WFSGetFeatureResponse_Impl, WFSGetFeatureWithLockResponse_Impl, WFSGGetFeatureResponse_Impl, WFSLockFeatureResponse_Impl, WFSTransactionResponse_Impl

public interface WFSBasicResponse
extends OGCWebServiceResponse

The Interface definies the basic WFS response.

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

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

Method Summary
 java.lang.String[] getAffectedFeatureTypes()
          returns a list of feature type names that has been affected by the response.
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getAffectedFeatureTypes

public java.lang.String[] getAffectedFeatureTypes()
returns a list of feature type names that has been affected by the response.