|
||||||||||
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.capabilities.WFS100CapabilitiesAdapter
public class WFS100CapabilitiesAdapter
WFSCapabilitiesAdapter
for documents that comply to the Markus Schneider, last edited by: $Author: mschneider $
Field Summary |
---|
Fields inherited from class org.deegree.commons.xml.XMLAdapter |
---|
DEFAULT_URL, rootElement, XLN_NS |
Constructor Summary | |
---|---|
WFS100CapabilitiesAdapter()
|
Method Summary | |
---|---|
List<WFSFeatureType> |
parseFeatureTypeList()
Extracts the FeatureTypeList from the underlying XML document. |
Object |
parseFilterCapabilities()
Extracts the FilterCapabilities from the underlying XML document. |
List<String> |
parseLanguages()
Extracts the supported languages from the underlying XML document. |
OperationsMetadata |
parseOperationsMetadata()
Extracts the OperationsMetadata from the underlying XML document. |
ServiceIdentification |
parseServiceIdentification()
Extracts the ServiceIdentification from the underlying XML document. |
ServiceProvider |
parseServiceProvider()
Extracts the ServiceProvider from the underlying XML document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WFS100CapabilitiesAdapter()
Method Detail |
---|
public ServiceIdentification parseServiceIdentification() throws XMLParsingException
OWSCapabilitiesAdapter
ServiceIdentification
from the underlying XML document.
parseServiceIdentification
in interface OWSCapabilitiesAdapter
null
(if document does not contain such a section)
XMLParsingException
- if the ServiceIdentification
section/information can not be parsedpublic ServiceProvider parseServiceProvider() throws XMLParsingException
OWSCapabilitiesAdapter
ServiceProvider
from the underlying XML document.
parseServiceProvider
in interface OWSCapabilitiesAdapter
null
(if document does not contain such a section)
XMLParsingException
- if the ServiceProvider
section/information can not be parsedpublic OperationsMetadata parseOperationsMetadata() throws XMLParsingException
OWSCapabilitiesAdapter
OperationsMetadata
from the underlying XML document.
parseOperationsMetadata
in interface OWSCapabilitiesAdapter
null
(if document does not contain such a section)
XMLParsingException
- if the OperationsMetadata
section/information can not be parsedpublic List<WFSFeatureType> parseFeatureTypeList()
WFSCapabilitiesAdapter
FeatureTypeList
from the underlying XML document.
TODO return type
parseFeatureTypeList
in interface WFSCapabilitiesAdapter
null
(if the document does not contain such a section)public Object parseFilterCapabilities()
WFSCapabilitiesAdapter
FilterCapabilities
from the underlying XML document.
TODO return type
parseFilterCapabilities
in interface WFSCapabilitiesAdapter
null
(if the document does not contain such a section)public List<String> parseLanguages() throws XMLParsingException
OWSCapabilitiesAdapter
parseLanguages
in interface OWSCapabilitiesAdapter
null
(if document does not contain such a section)
XMLParsingException
- if the Languages
section/information can not be parsed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |