| Name | Description | Type | Package | Framework |
| GetFeature | Interface | org.geotools.data.wfs.protocol.wfs | GeoTools | |
| GetFeature .ResultType | Returns the enum constant of this type with the specified name. | Class | org.geotools.data.wfs.protocol.wfs.GetFeature | GeoTools |
| GetFeatureParser | Interface to abstract out the parsing of features coming from a GetFeature request from the underlying xml parsing technology in use. | Interface | org.geotools.data.wfs.protocol.wfs | GeoTools |
| Version | Enumeration for the supported WFS versionsSince:2. | Class | org.geotools.data.wfs.protocol.wfs | GeoTools |
| WFSException | A Java Exception that mirrors a WFS ExceptionReport and is meant to be produced by ExceptionReportParser. | Class | org.geotools.data.wfs.protocol.wfs | GeoTools |
| WFSExtensions | Utility class to look up for a parser that can deal with a given WFS response and process it. | Class | org.geotools.data.wfs.protocol.wfs | GeoTools |
| WFSOperationType | enum WFSOperationTypeEnumeration for the possible operations a WFS may implement. | Class | org.geotools.data.wfs.protocol.wfs | GeoTools |
| WFSProtocol | Facade interface to interact with a WFS instance. | Interface | org.geotools.data.wfs.protocol.wfs | GeoTools |
| WFSResponse | A handle to a WFS response that contains the input stream to the actual contents and some well known response information derived from the HTTP response headers. | Class | org.geotools.data.wfs.protocol.wfs | GeoTools |
| WFSResponseParser | A simple interface to parse the response of a WFS request. | Interface | org.geotools.data.wfs.protocol.wfs | GeoTools |
| 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. | Interface | org.geotools.data.wfs.protocol.wfs | GeoTools |