org.deegree.services.wfs.format
Interface CustomFormat

All Superinterfaces:
Format

public interface CustomFormat
extends Format

Implementations provide input / output formats for the WFSController.

Version:
$Revision: 27445 $, $Date: 2010-10-20 15:01:08 +0200 (Mi, 20. Okt 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 void init(WFSController master, java.lang.Object config)
          Called by the WFSController to initialize and configure this CustomFormat.
 
Methods inherited from interface org.deegree.services.wfs.format.Format
destroy, doDescribeFeatureType, doGetFeature, doGetGmlObject
 

Method Detail

init

void init(WFSController master,
          java.lang.Object config)
Called by the WFSController to initialize and configure this CustomFormat.

Parameters:
master - wfs controller, never null
config - content of the Config element (from CustomFormat element)


Copyright © 2011. All Rights Reserved.