org.geotools.data.wfs.v1_0_0
Class WFS100ProtocolHandler

Object
  extended by WFSProtocolHandler
      extended by WFS100ProtocolHandler

public class WFS100ProtocolHandler
extends WFSProtocolHandler


Field Summary
 
Fields inherited from class WFSProtocolHandler
connectionFac
 
Constructor Summary
WFS100ProtocolHandler(InputStream capabilitiesReader, ConnectionFactory connectionFac)
           
 
Method Summary
 WFSCapabilities getCapabilities()
           
 ConnectionFactory getConnectionFactory()
           
 URL getOperationURL(WFSOperationType operation, HttpMethod method)
           
 boolean supports(WFSOperationType operation, HttpMethod method)
          Returns whether the service supports the given operation for the given HTTP method.
 
Methods inherited from class WFSProtocolHandler
createDescribeFeatureTypeConnection, getDescribeFeatureTypeURLGet, getEncoding, getVersion
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFS100ProtocolHandler

public WFS100ProtocolHandler(InputStream capabilitiesReader,
                             ConnectionFactory connectionFac)
                      throws IOException
Throws:
IOException
Method Detail

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.