|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.ows.capabilities.OWSCapabilities
public class OWSCapabilities
Specification and version agnostic representation of the capabilities reported by an OGC Web Service.
Data model has been designed to capture the expressiveness of all OWS specifications and versions and was verified against the following specifications:
| Constructor Summary | |
|---|---|
OWSCapabilities(Version version,
String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
List<String> languages)
Creates a new OWSCapabilities instance. |
|
| Method Summary | |
|---|---|
List<String> |
getLanguages()
Returns the list of languages that the server is able to fully support. |
OperationsMetadata |
getOperationsMetadata()
Returns the metadata about the operations and related abilities implemented by the server. |
ServiceIdentification |
getServiceIdentification()
Returns the general server-specific metadata. |
ServiceProvider |
getServiceProvider()
Returns the metadata about the organization that provides the server. |
String |
getUpdateSequence()
Returns the service metadata document version. |
Version |
getVersion()
Returns the service specification version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWSCapabilities(Version version,
String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
List<String> languages)
OWSCapabilities instance.
version - service specification version, may be nullupdateSequence - service metadata document version, may be nullserviceIdentification - general server-specific metadata, may be nullserviceProvider - metadata about the organization that provides the server, may be nulloperationsMetadata - metadata about the operations and related abilities implemented by the server, may be
nulllanguages - list of languages that the server is able to fully support, may be null| Method Detail |
|---|
public Version getVersion()
nullpublic String getUpdateSequence()
nullpublic ServiceIdentification getServiceIdentification()
nullpublic ServiceProvider getServiceProvider()
nullpublic OperationsMetadata getOperationsMetadata()
nullpublic List<String> getLanguages()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||