|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 null
updateSequence
- service metadata document version, may be null
serviceIdentification
- general server-specific metadata, may be null
serviceProvider
- metadata about the organization that provides the server, may be null
operationsMetadata
- metadata about the operations and related abilities implemented by the server, may be
null
languages
- list of languages that the server is able to fully support, may be null
Method Detail |
---|
public Version getVersion()
null
public String getUpdateSequence()
null
public ServiceIdentification getServiceIdentification()
null
public ServiceProvider getServiceProvider()
null
public OperationsMetadata getOperationsMetadata()
null
public List<String> getLanguages()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |