org.vfny.geoserver.responses.wfs
Class WfsCapabilitiesResponseHandler

java.lang.Object
  extended byorg.vfny.geoserver.responses.XmlResponseHandler
      extended byorg.vfny.geoserver.responses.CapabilitiesResponseHandler
          extended byorg.vfny.geoserver.responses.wfs.WfsCapabilitiesResponseHandler
All Implemented Interfaces:
ResponseHandler

public class WfsCapabilitiesResponseHandler
extends CapabilitiesResponseHandler

Handles a Wfs specific sections of the capabilities response.


Field Summary
protected static java.lang.String CUR_VERSION
           
protected  Request request
           
protected static java.lang.String WFS_URI
           
protected static java.lang.String XSI_PREFIX
           
protected static java.lang.String XSI_URI
           
 
Fields inherited from class org.vfny.geoserver.responses.XmlResponseHandler
atts
 
Constructor Summary
WfsCapabilitiesResponseHandler(org.xml.sax.ContentHandler handler, Request request)
          Creates a new WfsCapabilitiesResponseHandler object.
 
Method Summary
 void endDocument(Service config)
          DOCUMENT ME!
protected  java.lang.String getBboxElementName()
           
protected  void handleCapabilities(Service serviceConfig)
          DOCUMENT ME!
protected  void handleFilters()
           
protected  void handleKeywords(java.util.List kwords)
          DOCUMENT ME!
protected  void startDocument(Service config)
          DOCUMENT ME!
 
Methods inherited from class org.vfny.geoserver.responses.CapabilitiesResponseHandler
endService, handleDocument, handleFeatureType, handleOnlineResouce, handleService
 
Methods inherited from class org.vfny.geoserver.responses.XmlResponseHandler
characters, cReturn, endElement, endElement, handleSingleElem, handleSingleElem, indent, indent, setPrettyPrint, startElement, startElement, startElement, unIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WFS_URI

protected static final java.lang.String WFS_URI
See Also:
Constant Field Values

CUR_VERSION

protected static final java.lang.String CUR_VERSION
See Also:
Constant Field Values

XSI_PREFIX

protected static final java.lang.String XSI_PREFIX
See Also:
Constant Field Values

XSI_URI

protected static final java.lang.String XSI_URI
See Also:
Constant Field Values

request

protected Request request
Constructor Detail

WfsCapabilitiesResponseHandler

public WfsCapabilitiesResponseHandler(org.xml.sax.ContentHandler handler,
                                      Request request)
Creates a new WfsCapabilitiesResponseHandler object.

Parameters:
handler - DOCUMENT ME!
request - DOCUMENT ME!
Method Detail

startDocument

protected void startDocument(Service config)
                      throws org.xml.sax.SAXException
DOCUMENT ME!

Specified by:
startDocument in class CapabilitiesResponseHandler
Parameters:
config - DOCUMENT ME!
Throws:
org.xml.sax.SAXException - DOCUMENT ME!

endDocument

public void endDocument(Service config)
                 throws org.xml.sax.SAXException
DOCUMENT ME!

Parameters:
config - DOCUMENT ME!
Throws:
org.xml.sax.SAXException - DOCUMENT ME!

handleCapabilities

protected void handleCapabilities(Service serviceConfig)
                           throws org.xml.sax.SAXException
DOCUMENT ME!

Specified by:
handleCapabilities in class CapabilitiesResponseHandler
Parameters:
serviceConfig - DOCUMENT ME!
Throws:
org.xml.sax.SAXException - DOCUMENT ME!

handleKeywords

protected void handleKeywords(java.util.List kwords)
                       throws org.xml.sax.SAXException
DOCUMENT ME!

Overrides:
handleKeywords in class CapabilitiesResponseHandler
Parameters:
kwords - DOCUMENT ME!
Throws:
org.xml.sax.SAXException - DOCUMENT ME!

handleFilters

protected void handleFilters()
                      throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getBboxElementName

protected java.lang.String getBboxElementName()