org.deegree.ogcwebservices.wcts.operation
Class WCTSRequestBaseDocument
java.lang.Object
org.deegree.framework.xml.XMLFragment
org.deegree.ogcwebservices.wcts.operation.WCTSRequestBaseDocument
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- GetTransformationDocument, IsTransformableDocument, TransformDocument
public class WCTSRequestBaseDocument
- extends XMLFragment
WCTSRequestBaseDocument
supplies the pasreVersion and parseService methods which are mandatory for all
WCTSRequests.
- Version:
- $Revision:$, $Date:$
- Author:
- Rutger Bezema, last edited by: $Author:$
- See Also:
- Serialized Form
Field Summary |
protected static java.lang.String |
PRE
The default prefix of the wcts namespace. |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PRE
protected static final java.lang.String PRE
- The default prefix of the wcts namespace.
- See Also:
- Constant Field Values
WCTSRequestBaseDocument
public WCTSRequestBaseDocument(org.w3c.dom.Element rootElement)
throws java.lang.IllegalArgumentException
- Parameters:
rootElement
- of this request.
- Throws:
java.lang.IllegalArgumentException
- if the rootElement is null
parseService
public java.lang.String parseService()
throws OGCWebServiceException
- Returns:
- the mandatory service string.
- Throws:
OGCWebServiceException
- with code INVALIDPARAMETERVALUE, if the attribute was not given.
parseVersion
public java.lang.String parseVersion()
throws OGCWebServiceException
- Returns:
- the mandatory version string.
- Throws:
OGCWebServiceException
- with code INVALIDPARAMETERVALUE, if the attribute was not given.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org