org.deegree.ogcwebservices.csw.configuration
Class CatalogueConfigurationDocument
java.lang.Object
org.deegree.framework.xml.XMLFragment
org.deegree.ogcbase.OGCDocument
org.deegree.ogcwebservices.getcapabilities.OGCCapabilitiesDocument
org.deegree.owscommon.OWSCommonCapabilitiesDocument
org.deegree.ogcwebservices.csw.capabilities.CatalogueCapabilitiesDocument
org.deegree.ogcwebservices.csw.configuration.CatalogueConfigurationDocument
- All Implemented Interfaces:
- Serializable
public class CatalogueConfigurationDocument
- extends CatalogueCapabilitiesDocument
Represents an XML configuration document for a deegree CSW 2.0 instance, i.e. it consists of all
sections common to an OGC CSW 2.0 capabilities document plus a deegree specific section named
deegreeParams
.
- Version:
- $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
- Author:
- Torsten Friebe , Markus Schneider , last edited by: $Author: apoth $
- See Also:
- Serialized Form
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 |
DEEGREECSW
protected static final URI DEEGREECSW
CatalogueConfigurationDocument
public CatalogueConfigurationDocument()
createEmptyDocument
public void createEmptyDocument()
throws IOException,
SAXException
- Creates a skeleton configuration document that contains the mandatory elements only.
- Overrides:
createEmptyDocument
in class CatalogueCapabilitiesDocument
- Throws:
IOException
SAXException
getConfiguration
public CatalogueConfiguration getConfiguration()
throws InvalidConfigurationException
- Creates a class representation of the whole document.
- Returns:
- class representation of the configuration document
- Throws:
InvalidConfigurationException
getDeegreeParams
public CatalogueDeegreeParams getDeegreeParams()
throws InvalidConfigurationException
- Creates a class representation of the
deegreeParams
- section.
- Returns:
- the DeegreeParams of the catalogue
- Throws:
InvalidConfigurationException
getOWSDomainType
protected OWSDomainType getOWSDomainType(String operation,
Element parameterElement)
throws XMLParsingException
- Overwritten to cope with additional deegree CSW specific attributes (used in the
"outputSchema" parameter element).
- Overrides:
getOWSDomainType
in class OWSCommonCapabilitiesDocument
- Parameters:
operation
- parameterElement
-
- Returns:
- OWSDomainType
- Throws:
XMLParsingException
- See Also:
- "org.deegree.owscommon.OWSCommonCapabilitiesDocument#getParameter(org.w3c.dom.Element)"
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net