|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.responses.XmlResponseHandler
org.vfny.geoserver.responses.CapabilitiesResponseHandler
DOCUMENT ME!
| Field Summary |
| Fields inherited from class org.vfny.geoserver.responses.XmlResponseHandler |
atts |
| Constructor Summary | |
CapabilitiesResponseHandler(org.xml.sax.ContentHandler contentHandler)
Creates a new CapabilitiesResponseHandler object. |
|
| Method Summary | |
protected void |
endService(Service config)
DOCUMENT ME! |
protected abstract void |
handleCapabilities(Service config)
DOCUMENT ME! |
void |
handleDocument(Service config)
DOCUMENT ME! |
protected void |
handleFeatureType(FeatureTypeInfo ftype)
Default handle of a FeatureTypeInfo content that writes the latLongBBox as well as the GlobalBasic's parameters |
protected void |
handleKeywords(java.util.List kwords)
Handles a keyword list. |
protected void |
handleOnlineResouce(Service config)
DOCUMENT ME! |
protected void |
handleService(Service config)
DOCUMENT ME! |
protected abstract void |
startDocument(Service config)
DOCUMENT ME! |
| 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 |
| Methods inherited from interface org.vfny.geoserver.responses.ResponseHandler |
endDocument |
| Constructor Detail |
public CapabilitiesResponseHandler(org.xml.sax.ContentHandler contentHandler)
contentHandler - DOCUMENT ME!| Method Detail |
public void handleDocument(Service config)
throws org.xml.sax.SAXException
config - DOCUMENT ME!
org.xml.sax.SAXException - DOCUMENT ME!
protected void handleService(Service config)
throws org.xml.sax.SAXException
config - DOCUMENT ME!
org.xml.sax.SAXException - DOCUMENT ME!
protected void handleOnlineResouce(Service config)
throws org.xml.sax.SAXException
config - DOCUMENT ME!
org.xml.sax.SAXException - DOCUMENT ME!
protected abstract void startDocument(Service config)
throws org.xml.sax.SAXException
config - DOCUMENT ME!
org.xml.sax.SAXException - DOCUMENT ME!
protected void endService(Service config)
throws org.xml.sax.SAXException
config - DOCUMENT ME!
org.xml.sax.SAXException - DOCUMENT ME!
protected abstract void handleCapabilities(Service config)
throws org.xml.sax.SAXException
config - DOCUMENT ME!
org.xml.sax.SAXException - DOCUMENT ME!
protected void handleFeatureType(FeatureTypeInfo ftype)
throws org.xml.sax.SAXException
ftype - DOCUMENT ME!
org.xml.sax.SAXException - DOCUMENT ME!
java.lang.IllegalArgumentException - if a non-enabled ftype is passed in.
protected void handleKeywords(java.util.List kwords)
throws org.xml.sax.SAXException
kwords - The list of key words.
org.xml.sax.SAXException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||