Uses of Class
org.geotools.data.wfs.internal.WFSRequest
- 
Packages that use WFSRequest Package Description org.geotools.data.wfs.internal org.geotools.data.wfs.internal.parsers org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 
- 
- 
Uses of WFSRequest in org.geotools.data.wfs.internalSubclasses of WFSRequest in org.geotools.data.wfs.internal Modifier and Type Class Description classDescribeFeatureTypeRequestclassDescribeStoredQueriesRequestclassGetFeatureRequestclassListStoredQueriesRequestclassTransactionRequestMethods in org.geotools.data.wfs.internal that return WFSRequest Modifier and Type Method Description WFSRequestWFSResponse. getOriginatingRequest()Methods in org.geotools.data.wfs.internal with parameters of type WFSRequest Modifier and Type Method Description URLAbstractWFSStrategy. buildUrlGET(WFSRequest request)abstract URLWFSStrategy. buildUrlGET(WFSRequest request)booleanWFSResponseFactory. canProcess(WFSRequest originatingRequest, String contentType)Indicates whether this factory is able to produce a parser that deals with the possible responses of the given WFS request.WFSResponseWFSResponseFactory. createResponse(WFSRequest request, HTTPResponse response)Creates a response for the given WFS request.static WFSResponseFactoryWFSExtensions. findResponseFactory(WFSRequest originatingRequest, String contentType)Finds the most suitable WFS response factory for the given request and content-type.InputStreamAbstractWFSStrategy. getPostContents(WFSRequest request)Returns the input stream with the POST body contents for the given request.abstract InputStreamWFSStrategy. getPostContents(WFSRequest wfsRequest)Returns the input stream with the POST body contents for the given request.StringAbstractWFSStrategy. getPostContentType(WFSRequest wfsRequest)abstract StringWFSStrategy. getPostContentType(WFSRequest wfsRequest)protected EncoderAbstractWFSStrategy. prepareEncoder(WFSRequest request)Constructors in org.geotools.data.wfs.internal with parameters of type WFSRequest Constructor Description ComplexGetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, XmlComplexFeatureParser parser)DescribeStoredQueriesResponse(WFSRequest originatingRequest, HTTPResponse response)GetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features)ListStoredQueriesResponse(WFSRequest originatingRequest, HTTPResponse response)WFSResponse(WFSRequest originatingRequest, HTTPResponse httpResponse)
- 
Uses of WFSRequest in org.geotools.data.wfs.internal.parsersMethods in org.geotools.data.wfs.internal.parsers with parameters of type WFSRequest Modifier and Type Method Description booleanAbstractGetFeatureResponseParserFactory. canProcess(WFSRequest request, String contentType)Checks if this factory can create a parser for the potential responses of the given WFS request.booleanComplexGetFeatureResponseParserFactory. canProcess(WFSRequest request, String contentType)Supporting GetFeature requests that also have request.getFullType() not being a SimpleFeatureType.booleanDescribeFeatureTypeResponseFactory. canProcess(WFSRequest originatingRequest, String contentType)booleanDescribeStoredQueriesResponseFactory. canProcess(WFSRequest originatingRequest, String contentType)booleanGetFeatureResponseParserFactory. canProcess(WFSRequest request, String contentType)booleanListStoredQueriesResponseFactory. canProcess(WFSRequest originatingRequest, String contentType)booleanServiceExceptionResponseFactory. canProcess(WFSRequest originatingRequest, String contentType)booleanTransactionResponseFactory. canProcess(WFSRequest originatingRequest, String contentType)WFSResponseAbstractWFSResponseFactory. createResponse(WFSRequest request, HTTPResponse response)Returns either a properly parsed response object or an exception depending on what the server returned.WFSResponseDescribeFeatureTypeResponseFactory. createResponse(WFSRequest request, HTTPResponse response)WFSResponseDescribeStoredQueriesResponseFactory. createResponse(WFSRequest request, HTTPResponse response)WFSResponseListStoredQueriesResponseFactory. createResponse(WFSRequest request, HTTPResponse response)WFSResponseServiceExceptionResponseFactory. createResponse(WFSRequest request, HTTPResponse response)protected WFSResponseAbstractGetFeatureResponseParserFactory. createResponseImpl(WFSRequest request, HTTPResponse response, InputStream in)protected abstract WFSResponseAbstractWFSResponseFactory. createResponseImpl(WFSRequest request, HTTPResponse response, InputStream in)Has to be implemented to turn the request and response into a properWFSResponse.protected WFSResponseComplexGetFeatureResponseParserFactory. createResponseImpl(WFSRequest request, HTTPResponse response, InputStream in)Wrapping a XmlComplexFeatureParser over the input stream.protected WFSResponseTransactionResponseFactory. createResponseImpl(WFSRequest request, HTTPResponse response, InputStream in)WFSExceptionAbstractWFSResponseFactory. parseException(WFSRequest originatingRequest, InputStream inputStream)
- 
Uses of WFSRequest in org.geotools.data.wfs.internal.v1_xMethods in org.geotools.data.wfs.internal.v1_x with parameters of type WFSRequest Modifier and Type Method Description InputStreamCubeWerxStrategy. getPostContents(WFSRequest request)InputStreamMapServerWFSStrategy. getPostContents(WFSRequest request)Constructors in org.geotools.data.wfs.internal.v1_x with parameters of type WFSRequest Constructor Description TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in)
- 
Uses of WFSRequest in org.geotools.data.wfs.internal.v2_0Constructors in org.geotools.data.wfs.internal.v2_0 with parameters of type WFSRequest Constructor Description TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in)
 
-