|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.commons.xml.XMLAdapter org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter org.deegree.protocol.wfs.getfeaturewithlock.GetFeatureWithLockXMLAdapter
public class GetFeatureWithLockXMLAdapter
Adapter between XML GetFeatureWithLock
requests and GetFeatureWithLock
objects.
Supported versions:
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 | |
---|---|
GetFeatureWithLockXMLAdapter()
|
Method Summary | |
---|---|
GetFeatureWithLock |
parse()
Parses a WFS GetFeatureWithLock document into a GetFeatureWithLock object. |
GetFeatureWithLock |
parse100()
|
GetFeatureWithLock |
parse110()
Parses a WFS 1.1.0 GetFeatureWithLock document into a GetFeatureWithLock object. |
Methods inherited from class org.deegree.protocol.wfs.AbstractWFSRequestXMLAdapter |
---|
determineVersion110Safe |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetFeatureWithLockXMLAdapter()
Method Detail |
---|
public GetFeatureWithLock parse() throws Exception
GetFeatureWithLock
document into a GetFeatureWithLock
object.
GetFeatureWithLock
request
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 GetFeatureWithLock parse110()
GetFeatureWithLock
document into a GetFeatureWithLock
object.
public GetFeatureWithLock parse100()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |