org.deegree.ogcwebservices.wfs.configuration
Class WFSConfigurationDocument
java.lang.Object
org.deegree.framework.xml.XMLFragment
org.deegree.ogcbase.OGCDocument
org.deegree.ogcwebservices.getcapabilities.OGCCapabilitiesDocument
org.deegree.owscommon.OWSCommonCapabilitiesDocument
org.deegree.ogcwebservices.wfs.capabilities.WFSCapabilitiesDocument
org.deegree.ogcwebservices.wfs.configuration.WFSConfigurationDocument
- All Implemented Interfaces:
- Serializable
public class WFSConfigurationDocument
- extends WFSCapabilitiesDocument
Represents an XML configuration document for a deegree WFS instance, i.e. it consists of all
sections common to an OGC WFS 1.1 capabilities document plus some deegree specific elements.
- Version:
- $Revision: 9348 $, $Date: 2007-12-27 17:59:14 +0100 (Do, 27 Dez 2007) $
- Author:
- Markus Schneider , last edited by: $Author: apoth $
- See Also:
- Serialized Form
Methods inherited from class org.deegree.ogcwebservices.wfs.capabilities.WFSCapabilitiesDocument |
createEmptyDocument, createEmptyDocument, getFeatureTypeList, getFeatureTypeType, getFilterCapabilities, getFormatType, getGMLObjectType, getMetadataURL, getOperationsMetadata, getOperationsType, getServesGMLObjectTypeList, getServiceIdentification, getSupportsGMLObjectTypeList, parseCapabilities |
Methods inherited from class org.deegree.ogcbase.OGCDocument |
parseCodeList, parseCodeListArray, parseInterval, parseKeywords, parseKeywords, parseLonLatEnvelope, parseOnLineResource, parsePropertyPath, parseTimePeriod, parseTimePeriods, parseTimePositions, parseTimeSequence, parseTypedLiteral, parseValues |
Methods inherited from class org.deegree.framework.xml.XMLFragment |
getAsPrettyString, getAsString, getAttachedSchemas, getQualifiedName, getRootElement, getSystemId, hasSchema, load, load, load, parseQualifiedName, parseSimpleLink, prettyPrint, prettyPrint, resolve, setRootElement, setSystemId, setSystemId, toString, write, write, write, write |
LOG
protected static final ILogger LOG
WFSConfigurationDocument
public WFSConfigurationDocument()
getConfiguration
public WFSConfiguration getConfiguration()
throws InvalidConfigurationException
- Creates an object representation of the document.
- Returns:
- class representation of the configuration document
- Throws:
InvalidConfigurationException
getDeegreeParams
public WFSDeegreeParams getDeegreeParams()
throws InvalidConfigurationException
- Creates an object representation of the
deegreeParams
- section.
- Returns:
- class representation of the
deegreeParams
- section
- Throws:
InvalidConfigurationException
getOperationsMetadata
public OperationsMetadata getOperationsMetadata(URL defaultUrlGet,
URL defaultUrlPost)
throws XMLParsingException
- Creates an object representation of the
ows:OperationsMetadata
section.
- Parameters:
defaultUrlGet
- defaultUrlPost
-
- Returns:
- object representation of the
ows:OperationsMetadata
section
- Throws:
XMLParsingException
getOperation
protected Operation getOperation(String name,
boolean isMandatory,
Map<String,Element> operations,
URL defaultUrlGet,
URL defaultUrlPost)
throws XMLParsingException
- Creates an object representation of an
ows:Operation
- element.
- Parameters:
name
- isMandatory
- operations
- defaultUrlGet
- defaultUrlPost
-
- Returns:
- object representation of
ows:Operation
- element
- Throws:
XMLParsingException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net