|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.xml.XMLAdapter
org.deegree.services.wcs.WCSRequest100XMLAdapter
public class WCSRequest100XMLAdapter
Base class for all WCS 1.0.0 XMLAdapter. Defines the WCS XML namespace.
| Field Summary | |
|---|---|
protected static java.lang.String |
WCS_PREFIX
Prefix which is bound to the wcs_100 namespace |
protected static org.deegree.commons.xml.NamespaceContext |
wcsNSContext
namespace context with wcs ns |
| Fields inherited from class org.deegree.commons.xml.XMLAdapter |
|---|
DEFAULT_URL, nsContext, rootElement, XLN_NS |
| Constructor Summary | |
|---|---|
WCSRequest100XMLAdapter()
|
|
| Method Summary | |
|---|---|
protected void |
checkRequiredElement(java.lang.String nodeName,
org.apache.axiom.om.OMElement requiredElem)
Check that the requiredElem is not null, throws OWSException otherwise. |
protected void |
checkRequiredString(java.lang.String nodeName,
java.lang.String requiredValue)
Check that the value is not null, throws OWSException otherwise. |
protected org.deegree.commons.tom.ows.Version |
checkVersion(org.apache.axiom.om.OMElement root)
Checks that the given element contains a version attribute. |
| Methods inherited from class org.deegree.commons.xml.XMLAdapter |
|---|
evaluateXPath, getElement, getElements, getNamespaceContext, getNode, getNodeAsBoolean, getNodeAsDouble, getNodeAsFloat, getNodeAsInt, getNodeAsQName, getNodeAsString, getNodeAsURL, getNodeAsVersion, getNodes, getNodesAsQNames, getNodesAsStrings, getRequiredElement, getRequiredElements, getRequiredNode, getRequiredNodeAsBoolean, getRequiredNodeAsDouble, getRequiredNodeAsFloat, getRequiredNodeAsInteger, getRequiredNodeAsQName, getRequiredNodeAsString, getRequiredNodeAsURL, getRequiredNodeAsVersion, getRequiredNodes, getRootElement, getSchemas, getSystemId, hasSchemas, load, load, load, load, load, load, maybeWriteElement, maybeWriteElementNS, parseBoolean, parseDouble, parseFloat, parseInt, parseQName, parseSimpleLink, parseURL, resolve, setRootElement, setSystemId, toString, writeElement, writeElement, writeElement, writeElement, writeElement, writeOptionalAttribute, writeOptionalElement, writeOptionalNSAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String WCS_PREFIX
protected static final org.deegree.commons.xml.NamespaceContext wcsNSContext
| Constructor Detail |
|---|
public WCSRequest100XMLAdapter()
| Method Detail |
|---|
protected void checkRequiredString(java.lang.String nodeName,
java.lang.String requiredValue)
throws OWSException
null, throws OWSException otherwise.
nodeName - the name of the required node, used in the exceptionrequiredValue - the value to check
OWSException - if requiredValue is null
protected void checkRequiredElement(java.lang.String nodeName,
org.apache.axiom.om.OMElement requiredElem)
throws OWSException
null, throws OWSException otherwise.
nodeName - the name of the required node, used in the exceptionrequiredElem - the element to check
OWSException - if requiredElement is null
protected org.deegree.commons.tom.ows.Version checkVersion(org.apache.axiom.om.OMElement root)
throws OWSException
root -
WCSConstants.VERSION_100 if it was valid.
OWSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||