org.vfny.geoserver.servlets
Class WFService

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.vfny.geoserver.servlets.AbstractService
              extended byorg.vfny.geoserver.servlets.WFService
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
Capabilities, Describe, Feature, FeatureWithLock, Lock, Transaction

public abstract class WFService
extends AbstractService

Base servlet for all Web Feature Server requests.

Subclasses should supply the handler, request and response mapping for the service they implement.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.vfny.geoserver.servlets.AbstractService
AbstractService.ServiceStratagy
 
Field Summary
 
Fields inherited from class org.vfny.geoserver.servlets.AbstractService
serviceStratagys
 
Constructor Summary
WFService()
           
 
Method Summary
protected  ExceptionHandler getExceptionHandler()
          a Web Feature ServiceConfig exception handler
 
Methods inherited from class org.vfny.geoserver.servlets.AbstractService
doGet, doPost, doService, getKvpReader, getMimeType, getResponseHandler, getXmlRequestReader, init, requestSupportsGzip, send, send, sendError, sendError
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFService

public WFService()
Method Detail

getExceptionHandler

protected ExceptionHandler getExceptionHandler()
a Web Feature ServiceConfig exception handler

Specified by:
getExceptionHandler in class AbstractService
Returns:
an instance of WfsExceptionHandler