|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WFSResponseParserFactory
A factory interface meant to be used through the usual GeoTools SPI mechanism to dynamically find out a parser capable of processing a WFS response based on the request to be sent.
Method Summary | |
---|---|
boolean |
canProcess(org.eclipse.emf.ecore.EObject request)
Indicates whether this factory is able to produce a parser that deals with the possible responses of the given WFS request. |
WFSResponseParser |
createParser(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Creates a response parser for the given WFS response. |
boolean |
isAvailable()
Indicates whether the factory instance is able to create parser instances. |
Method Detail |
---|
boolean isAvailable()
true
if there's nothing preventing the creation of the parsers this factory
should produceboolean canProcess(org.eclipse.emf.ecore.EObject request)
The decision may usually be made depending on the request type, ouput format, etc
request
-
true
if this factory can create a parser for the responses of the given
requestWFSResponseParser createParser(WFS_1_1_0_DataStore wfs, WFSResponse response) throws java.io.IOException
wfs
- the data store that issued the request that produced the given response
response
- the handle to the response contents the WFS sent
WFSResponseParser
that can deal with the given WFS response
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |