org.geotools.data.wfs.v1_0_0
Class WFS100ProtocolHandler
Object
WFSProtocolHandler
WFS100ProtocolHandler
public class WFS100ProtocolHandler
- extends WFSProtocolHandler
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WFS100ProtocolHandler
public WFS100ProtocolHandler(InputStream capabilitiesReader,
ConnectionFactory connectionFac)
throws IOException
- Throws:
IOException
getCapabilities
public WFSCapabilities getCapabilities()
getConnectionFactory
public ConnectionFactory getConnectionFactory()
getOperationURL
public URL getOperationURL(WFSOperationType operation,
HttpMethod method)
throws UnsupportedOperationException
- Specified by:
getOperationURL
in class WFSProtocolHandler
- Returns:
- The URL access point for the given operation and method
- Throws:
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-2009 Geotools. All Rights Reserved.