org.geotools.data.wfs.v1_0_0
Class WFS100ProtocolHandler

java.lang.Object
  extended by org.geotools.wfs.protocol.WFSProtocolHandler
      extended by org.geotools.data.wfs.v1_0_0.WFS100ProtocolHandler

public class WFS100ProtocolHandler
extends WFSProtocolHandler


Field Summary
 
Fields inherited from class org.geotools.wfs.protocol.WFSProtocolHandler
connectionFac
 
Constructor Summary
WFS100ProtocolHandler(java.io.InputStream capabilitiesReader, ConnectionFactory connectionFac)
           
 
Method Summary
 WFSCapabilities getCapabilities()
           
 ConnectionFactory getConnectionFactory()
           
 java.net.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 org.geotools.wfs.protocol.WFSProtocolHandler
createDescribeFeatureTypeConnection, getDescribeFeatureTypeURLGet, getEncoding, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFS100ProtocolHandler

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

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.