org.geotools.data.wfs.v1_0_0
Class WFS100ProtocolHandler
java.lang.Object
org.geotools.wfs.protocol.WFSProtocolHandler
org.geotools.data.wfs.v1_0_0.WFS100ProtocolHandler
public class WFS100ProtocolHandler
- extends WFSProtocolHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WFS100ProtocolHandler
public WFS100ProtocolHandler(java.io.InputStream capabilitiesReader,
ConnectionFactory connectionFac)
throws java.io.IOException
- Throws:
java.io.IOException
getCapabilities
public WFSCapabilities getCapabilities()
getConnectionFactory
public ConnectionFactory getConnectionFactory()
getOperationURL
public java.net.URL getOperationURL(WFSOperationType operation,
HttpMethod method)
throws java.lang.UnsupportedOperationException
- Specified by:
getOperationURL
in class WFSProtocolHandler
- Returns:
- The URL access point for the given operation and method
- Throws:
java.lang.UnsupportedOperationException
- if the combination operation/method is not supported by the
service- See Also:
WFSProtocolHandler.supports(WFSOperationType, HttpMethod)
supports
public boolean supports(WFSOperationType operation,
HttpMethod method)
- Description copied from class:
WFSProtocolHandler
- Returns whether the service supports the given operation for the given
HTTP method.
- Specified by:
supports
in class WFSProtocolHandler
- Returns:
Copyright © 1996-2010 Geotools. All Rights Reserved.