org.geotools.data.wfs.protocol.wfs
Class WFSExtensions

java.lang.Object
  extended by org.geotools.data.wfs.protocol.wfs.WFSExtensions

public class WFSExtensions
extends java.lang.Object

Utility class to look up for a parser that can deal with a given WFS response and process it.

This class uses the usual GeoTools SPI (Service Provider Interface) mechanism to find out a WFSResponseParserFactory for a given WFSResponse. As such, WFSResponseParserFactory implementation may live outside this plugin as long as they're declared in it's own {code /META-INF/services/org.geotools.data.wfs.protocol.wfs.WFSResponseParserFactory} text file.

Since:
2.6
Version:
$Id: WFSExtensions.java 35134 2010-03-29 14:25:33Z groldan $
Author:
Gabriel Roldan (OpenGeo)

Constructor Summary
WFSExtensions()
           
 
Method Summary
static java.lang.Object process(WFS_1_1_0_DataStore wfs, WFSResponse response)
          Processes the result of a WFS operation and returns the parsed object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSExtensions

public WFSExtensions()
Method Detail

process

public static java.lang.Object process(WFS_1_1_0_DataStore wfs,
                                       WFSResponse response)
                                throws java.io.IOException
Processes the result of a WFS operation and returns the parsed object.

The result can either be:



Copyright © 1996-2010 Geotools. All Rights Reserved.