org.deegree.services.wfs
Interface GetFeatureResponseHandler

All Known Implementing Classes:
FCResponseHandler, GMLResponseHandler, XMLResponseHandler

public interface GetFeatureResponseHandler

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

Version:
$Revision: 1.2 $ $Date: 2003/04/23 07:23:12 $
Author:
Andreas Poth

Method Summary
 void handleResponse(WFSGetFeatureResponse response, OGCWebServiceClient out, WFSCapabilities capabilities)
          the method handles the response of the WFSDispatcher and write it to the submittetd OutputStream
 

Method Detail

handleResponse

public void handleResponse(WFSGetFeatureResponse response,
                           OGCWebServiceClient out,
                           WFSCapabilities capabilities)
                    throws java.lang.Exception
the method handles the response of the WFSDispatcher and write it to the submittetd OutputStream

Throws:
java.lang.Exception