|
||||||||||
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.protocol.wfs.AbstractWFSRequestXMLAdapter
org.deegree.protocol.wfs.lockfeature.LockFeatureXMLAdapter
public class LockFeatureXMLAdapter
Adapter between XML LockFeature
requests and LockFeature
objects.
TODO code for exporting to XML
Field Summary |
---|
Fields inherited from class org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter |
---|
nsContext, WFS_200_PREFIX, WFS_PREFIX |
Fields inherited from class org.deegree.commons.xml.XMLAdapter |
---|
DEFAULT_URL, rootElement, XLN_NS |
Constructor Summary | |
---|---|
LockFeatureXMLAdapter()
|
Method Summary | |
---|---|
LockFeature |
parse()
Parses a WFS LockFeature document into a LockFeature object. |
LockFeature |
parse100()
Parses a WFS 1.0.0 LockFeature document into a LockFeature object. |
LockFeature |
parse110()
Parses a WFS 1.1.0 LockFeature document into a LockFeature object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LockFeatureXMLAdapter()
Method Detail |
---|
public LockFeature parse() throws java.lang.Exception
LockFeature
document into a LockFeature
object.
Supported versions:
LockFeature
request
java.lang.Exception
XMLParsingException
- if a syntax error occurs in the XML
MissingParameterException
- if the request version is unsupported
InvalidParameterValueException
- if a parameter contains a syntax errorpublic LockFeature parse100()
LockFeature
document into a LockFeature
object.
LockFeature
instancepublic LockFeature parse110()
LockFeature
document into a LockFeature
object.
LockFeature
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |