|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WFSResponseParser
A simple interface to parse the response of a WFS request.
WFSResponseParserFactory
,
WFSResponse
Method Summary | |
---|---|
java.lang.Object |
parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Produces a parsed object from the WFS response stream. |
Method Detail |
---|
java.lang.Object parse(WFS_1_1_0_DataStore wfs, WFSResponse response) throws java.io.IOException
The kind of parsed object depends on the actual response contents and what the specific parser produces for it.
wfs
- the datastore that issued the request and obtained the given responseresponse
- the handle to the WFS response contents
java.io.IOException
- if an exception is produced while parsing the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |