public class WFSExtensions extends Object
This class uses the usual GeoTools SPI (Service Provider Interface) mechanism to find out a
WFSResponseFactory
for a given WFSResponse
. As such, WFSResponseFactory
implementation may live outside this plugin as long as they're declared in it's own {code
/META-INF/services/org.geotools.data.wfs.protocol.wfs.WFSResponseParserFactory} text file.
Constructor and Description |
---|
WFSExtensions() |
Modifier and Type | Method and Description |
---|---|
static List<WFSResponseFactory> |
findResponseFactories(WFSOperationType operation) |
static WFSResponseFactory |
findResponseFactory(WFSRequest originatingRequest,
String contentType) |
public static WFSResponseFactory findResponseFactory(WFSRequest originatingRequest, String contentType)
originatingRequest
- contentType
- FactoryNotFoundException
public static List<WFSResponseFactory> findResponseFactories(WFSOperationType operation)
Copyright © 1996–2019 Geotools. All rights reserved.