Uses of Interface
org.geotools.data.wfs.internal.WFSResponseFactory
- 
Packages that use WFSResponseFactory Package Description org.geotools.data.wfs.internal org.geotools.data.wfs.internal.parsers 
- 
- 
Uses of WFSResponseFactory in org.geotools.data.wfs.internalMethods in org.geotools.data.wfs.internal that return WFSResponseFactory Modifier and Type Method Description static WFSResponseFactoryWFSExtensions. findResponseFactory(WFSRequest originatingRequest, String contentType)Finds the most suitable WFS response factory for the given request and content-type.Methods in org.geotools.data.wfs.internal that return types with arguments of type WFSResponseFactory Modifier and Type Method Description static List<WFSResponseFactory>WFSExtensions. findResponseFactories(WFSOperationType operation)Finds all suitable WFS response factories for the operation.
- 
Uses of WFSResponseFactory in org.geotools.data.wfs.internal.parsersClasses in org.geotools.data.wfs.internal.parsers that implement WFSResponseFactory Modifier and Type Class Description classAbstractGetFeatureResponseParserFactoryAn abstract WFS response parser factory for GetFeature requests in GML output formats.classAbstractWFSResponseFactoryPotential base class forWFSResponseFactoryimplementations.classComplexGetFeatureResponseParserFactoryCreating GetFeatureResponse parsers that can treat featureType that don't extend SimpleFeatureType.classDescribeFeatureTypeResponseFactoryclassDescribeStoredQueriesResponseFactoryclassGetFeatureResponseParserFactoryA WFS response parser factory for GetFeature requests in GML output formats.classGmlGetFeatureResponseParserFactoryA WFS response parser factory for GetFeature requests in GML output formats.classListStoredQueriesResponseFactoryclassServiceExceptionResponseFactoryFactory that are used if content-type is set to application/vnd.ogc.se_xml.classTransactionResponseFactory
 
-