|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.wfs.v1_1_0.parsers.ExceptionReportParser
public class ExceptionReportParser
A WFS response parser that parses server exception reports into WFSException
objects.
Constructor Summary | |
---|---|
ExceptionReportParser()
|
Method Summary | |
---|---|
java.lang.Object |
parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Produces a parsed object from the WFS response stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionReportParser()
Method Detail |
---|
public java.lang.Object parse(WFS_1_1_0_DataStore wfs, WFSResponse response)
WFSResponseParser
The kind of parsed object depends on the actual response contents and what the specific parser produces for it.
parse
in interface WFSResponseParser
wfs
- the WFSDataStore
that sent the requestresponse
- a response handle to a service exception report
WFSException
containing the server returned exception report messagesWFSResponseParser#parse(WFSProtocol, WFSResponse)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |