|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.requests.readers.XmlRequestReader
This utility reads in XML requests and returns them as appropriate request objects.
| Field Summary | |
protected static java.util.logging.Logger |
LOGGER
Class logger |
| Constructor Summary | |
XmlRequestReader()
|
|
| Method Summary | |
abstract Request |
read(java.io.Reader reader)
DOCUMENT ME! |
static org.geotools.filter.Filter |
readFilter(java.io.Reader rawRequest)
Reads the Filter XML request into a geotools Feature object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static java.util.logging.Logger LOGGER
| Constructor Detail |
public XmlRequestReader()
| Method Detail |
public abstract Request read(java.io.Reader reader)
throws ServiceException
reader - DOCUMENT ME!
ServiceException - DOCUMENT ME!
public static org.geotools.filter.Filter readFilter(java.io.Reader rawRequest)
throws WfsException
rawRequest - The plain POST text from the client.
WfsException - For any problems reading the request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||