org.deegree_impl.services.wfs
Class GMLResponseHandler

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

public class GMLResponseHandler
extends java.lang.Object
implements GetFeatureResponseHandler

class for handling GetFeatureResponses formated as GML

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

Version:
$Revision: 1.8 $ $Date: 2004/01/26 08:10:37 $

Author:
Andreas Poth

Constructor Summary
GMLResponseHandler()
           
 
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 WFS client
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLResponseHandler

public GMLResponseHandler()
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 WFS client

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