|
||||||||||
| 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.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
OWSCapabilitiesAdapterServiceIdentification from the underlying XML document.
parseServiceIdentification in interface OWSCapabilitiesAdapternull (if document does not contain such a section)
XMLParsingException - if the ServiceIdentification section/information can not be parsed
public ServiceProvider parseServiceProvider()
throws XMLParsingException
OWSCapabilitiesAdapterServiceProvider from the underlying XML document.
parseServiceProvider in interface OWSCapabilitiesAdapternull (if document does not contain such a section)
XMLParsingException - if the ServiceProvider section/information can not be parsed
public OperationsMetadata parseOperationsMetadata()
throws XMLParsingException
OWSCapabilitiesAdapterOperationsMetadata from the underlying XML document.
parseOperationsMetadata in interface OWSCapabilitiesAdapternull (if document does not contain such a section)
XMLParsingException - if the OperationsMetadata section/information can not be parsedpublic List<WFSFeatureType> parseFeatureTypeList()
WFSCapabilitiesAdapterFeatureTypeList from the underlying XML document.
TODO return type
parseFeatureTypeList in interface WFSCapabilitiesAdapternull (if the document does not contain such a section)public Object parseFilterCapabilities()
WFSCapabilitiesAdapterFilterCapabilities from the underlying XML document.
TODO return type
parseFilterCapabilities in interface WFSCapabilitiesAdapternull (if the document does not contain such a section)
public List<String> parseLanguages()
throws XMLParsingException
OWSCapabilitiesAdapter
parseLanguages in interface OWSCapabilitiesAdapternull (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 | |||||||||