|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.wfs.protocol.WFSProtocolHandler
WFSProtocol
public abstract class WFSProtocolHandler
Handles setting up connections to a WFS based on a WFS capabilities document, taking care of GZIP and authentication.
Field Summary | |
---|---|
protected ConnectionFactory |
connectionFac
Deprecated. |
Constructor Summary | |
---|---|
WFSProtocolHandler(Version version,
ConnectionFactory connectionFac)
Deprecated. |
Method Summary | |
---|---|
java.net.HttpURLConnection |
createDescribeFeatureTypeConnection(java.lang.String typeName,
HttpMethod method)
Deprecated. |
java.net.URL |
getDescribeFeatureTypeURLGet(java.lang.String typeName)
Deprecated. |
java.lang.String |
getEncoding()
Deprecated. Returns the preferred character encoding name to encode requests in |
abstract java.net.URL |
getOperationURL(WFSOperationType operation,
HttpMethod method)
Deprecated. |
Version |
getVersion()
Deprecated. |
abstract boolean |
supports(WFSOperationType operation,
HttpMethod method)
Deprecated. Returns whether the service supports the given operation for the given HTTP method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ConnectionFactory connectionFac
Constructor Detail |
---|
public WFSProtocolHandler(Version version, ConnectionFactory connectionFac)
Method Detail |
---|
public Version getVersion()
public abstract boolean supports(WFSOperationType operation, HttpMethod method)
operation
- method
-
public abstract java.net.URL getOperationURL(WFSOperationType operation, HttpMethod method) throws java.lang.UnsupportedOperationException
operation
- method
-
java.lang.UnsupportedOperationException
- if the combination operation/method is not supported by the
servicesupports(WFSOperationType, HttpMethod)
public java.lang.String getEncoding()
public java.net.HttpURLConnection createDescribeFeatureTypeConnection(java.lang.String typeName, HttpMethod method) throws java.io.IOException, java.lang.IllegalArgumentException
java.io.IOException
java.lang.IllegalArgumentException
public java.net.URL getDescribeFeatureTypeURLGet(java.lang.String typeName) throws java.net.MalformedURLException
java.net.MalformedURLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |