|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl
The purpose of the GetCapabilities operation is described in the Basic Service Elements section, above. In the particular case of a Web Map Service, the response of a GetCapabilities request is general information about the service itself and specific information about the available maps.
----------------------------------------------------------------------
| Field Summary | |
private Service |
service
|
private java.lang.String |
updateSequence
|
private java.lang.String |
version
|
| Constructor Summary | |
OGCWebServiceCapabilities_Impl(java.lang.String version,
java.lang.String updateSequence,
Service service)
constructor initializing the class with the OGCWebServiceCapabilities |
|
| Method Summary | |
Service |
getService()
this returns a general describtion of the service described by the Capabilities XML document. |
java.lang.String |
getUpdateSequence()
The UPDATESEQUENCE parameter is for maintaining cache consistency. |
java.lang.String |
getVersion()
returns the version of the service |
void |
setService(Service service)
this sets a general describtion of the service described by the Capabilities XML document. |
void |
setUpdateSequence(java.lang.String updateSequence)
sets the update sequence |
void |
setVersion(java.lang.String version)
sets the version of the service |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.deegree.services.capabilities.OGCWebServiceCapabilities |
exportAsXML |
| Field Detail |
private Service service
private java.lang.String updateSequence
private java.lang.String version
| Constructor Detail |
public OGCWebServiceCapabilities_Impl(java.lang.String version,
java.lang.String updateSequence,
Service service)
| Method Detail |
public java.lang.String getVersion()
getVersion in interface OGCWebServiceCapabilitiespublic void setVersion(java.lang.String version)
public java.lang.String getUpdateSequence()
getUpdateSequence in interface OGCWebServiceCapabilitiespublic void setUpdateSequence(java.lang.String updateSequence)
public Service getService()
getService in interface OGCWebServiceCapabilitiespublic void setService(Service service)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||