|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OWSCapabilitiesAdapter
Base interface for XMLAdapter implementations that extract metadata from OWS capabilities documents.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ServiceIdentification parseServiceIdentification()
throws XMLParsingException
ServiceIdentification from the underlying XML document.
null (if document does not contain such a section)
XMLParsingException - if the ServiceIdentification section/information can not be parsed
ServiceProvider parseServiceProvider()
throws XMLParsingException
ServiceProvider from the underlying XML document.
null (if document does not contain such a section)
XMLParsingException - if the ServiceProvider section/information can not be parsed
OperationsMetadata parseOperationsMetadata()
throws XMLParsingException
OperationsMetadata from the underlying XML document.
null (if document does not contain such a section)
XMLParsingException - if the OperationsMetadata section/information can not be parsed
List<String> parseLanguages()
throws XMLParsingException
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 | |||||||||