Uses of Class
org.geotools.data.wfs.internal.HttpMethod
- 
Packages that use HttpMethod Package Description org.geotools.data.wfs.internal org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 
- 
- 
Uses of HttpMethod in org.geotools.data.wfs.internalMethods in org.geotools.data.wfs.internal that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.data.wfs.internal with parameters of type HttpMethod Modifier and Type Method Description protected abstract StringAbstractWFSStrategy. getOperationURI(WFSOperationType operation, HttpMethod method)URLAbstractWFSStrategy. getOperationURL(WFSOperationType operation, HttpMethod method)abstract URLWFSStrategy. getOperationURL(WFSOperationType operation, HttpMethod method)Returns the URL for the given operation name and HTTP protocol as stated in the WFS capabilities.booleanAbstractWFSStrategy. supportsOperation(WFSOperationType operation, HttpMethod method)abstract booleanWFSStrategy. supportsOperation(WFSOperationType operation, HttpMethod method)Returns whether the service supports the given operation for the given HTTP method.
- 
Uses of HttpMethod in org.geotools.data.wfs.internal.v1_xMethods in org.geotools.data.wfs.internal.v1_x with parameters of type HttpMethod Modifier and Type Method Description protected StringStrictWFS_1_x_Strategy. getOperationURI(WFSOperationType operation, HttpMethod method)booleanIonicStrategy. supportsOperation(WFSOperationType operation, HttpMethod method)We can't use POST at all against Ionic cause it is not a WFS 1.1 implementation and expect the filters to be encoded as per Filter 1.0, and I wasn't able of creating a WFS 1.1 with Filter 1.0Configurationthat works.
- 
Uses of HttpMethod in org.geotools.data.wfs.internal.v2_0Methods in org.geotools.data.wfs.internal.v2_0 with parameters of type HttpMethod Modifier and Type Method Description protected StringStrictWFS_2_0_Strategy. getOperationURI(WFSOperationType operation, HttpMethod method)
 
-