org.deegree_impl.services.wfs
Class FCResponseHandler

java.lang.Object
  extended byorg.deegree_impl.services.wfs.FCResponseHandler
All Implemented Interfaces:
GetFeatureResponseHandler

public class FCResponseHandler
extends java.lang.Object
implements GetFeatureResponseHandler

class for handling GetFeatureResponses formated as deegree FeatureCollection


Constructor Summary
FCResponseHandler()
           
 
Method Summary
 void handleResponse(WFSGetFeatureResponse response, OGCWebServiceClient client, WFSCapabilities capabilities)
          the method handles the response to a get feature request of the WFSDispatcher and write it to the submittetd OutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FCResponseHandler

public FCResponseHandler()
Method Detail

handleResponse

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

Specified by:
handleResponse in interface GetFeatureResponseHandler
Throws:
java.lang.Exception