org.deegree.ogcwebservices.wass.common
Class OWSCapabilitiesBaseDocument_1_0
java.lang.Object
org.deegree.framework.xml.XMLFragment
org.deegree.ogcbase.OGCDocument
org.deegree.ogcwebservices.getcapabilities.OGCCapabilitiesDocument
org.deegree.owscommon.OWSCommonCapabilitiesDocument
org.deegree.ogcwebservices.wass.common.OWSCapabilitiesBaseDocument_1_0
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WASCapabilitiesDocument, WSSCapabilitiesDocument
public abstract class OWSCapabilitiesBaseDocument_1_0
- extends OWSCommonCapabilitiesDocument
The owscapabilities 1.0 specification parser. This class is able to parse the changes made in the
ows capabilites specifications 1.0.
- Version:
- $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
- Author:
- Rutger Bezema, last edited by: $Author: apoth $
- See Also:
- Serialized Form
Methods inherited from class org.deegree.owscommon.OWSCommonCapabilitiesDocument |
getCodeType, getContraints, getDCP, getDCPs, getKeywords, getKeywords, getOperation, getOWSDomainType, getServiceIdentification, getServiceProvider, getWGS84BoundingBoxType |
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 |
OWSCapabilitiesBaseDocument_1_0
public OWSCapabilitiesBaseDocument_1_0()
createEmptyDocument
public void createEmptyDocument(String template)
throws IOException,
SAXException
- Creates an empty document loaded from the template given.
- Parameters:
template
- the location/name of the template
- Throws:
IOException
SAXException
parseServiceIdentification
public ServiceIdentification parseServiceIdentification()
throws XMLParsingException
- Returns the class representation for the
ServiceIdentification
section of the
document, according to the ows 1.0 spec.
- Returns:
- class representation for the
ServiceIdentification
section
- Throws:
XMLParsingException
parseServiceProvider
public ServiceProvider parseServiceProvider()
throws XMLParsingException
- Wrapper to make it consistent.
- Returns:
- the ServiceProvider representation
- Throws:
XMLParsingException
parseOperationsMetadata
public OperationsMetadata_1_0 parseOperationsMetadata()
throws XMLParsingException,
InvalidCapabilitiesException,
URISyntaxException
- Returns:
- the OperationsMetada representation
- Throws:
XMLParsingException
InvalidCapabilitiesException
URISyntaxException
parseOperation
public Operation_1_0 parseOperation(Element root)
throws XMLParsingException,
URISyntaxException
- Parameters:
root
- the root node of the Operation xml fragment.
- Returns:
- The operation representation 1.0 conform
- Throws:
XMLParsingException
URISyntaxException
parseSupportedAuthenticationMethods
public ArrayList<SupportedAuthenticationMethod> parseSupportedAuthenticationMethods(String nameSpace)
throws XMLParsingException,
MalformedURLException
- Parameters:
nameSpace
- The namespace of the supportedauthenticationlist should be wss or was
- Returns:
- ArrayList
- Throws:
XMLParsingException
MalformedURLException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net