deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.ogcwebservices.wcts.operation
Class WCTSGetCapabilities

java.lang.Object
  extended by org.deegree.ogcwebservices.AbstractOGCWebServiceRequest
      extended by org.deegree.ogcwebservices.wcts.operation.WCTSGetCapabilities
All Implemented Interfaces:
Serializable, OGCWebServiceRequest

public class WCTSGetCapabilities
extends AbstractOGCWebServiceRequest

WCTSGetCapabilities bean representation of a GetCapabilities request.

Version:
$Revision:$, $Date:$
Author:
Rutger Bezema, last edited by: $Author:$
See Also:
Serialized Form

Constructor Summary
WCTSGetCapabilities(String id, String updateSequence, List<String> acceptedVersions, List<String> sections, List<String> acceptedFormats)
           
 
Method Summary
 List<String> getAcceptedFormats()
           
 List<String> getAcceptedVersions()
           
 List<String> getSections()
           
 String getServiceName()
           
 String getUpdateSequence()
           
 
Methods inherited from class org.deegree.ogcwebservices.AbstractOGCWebServiceRequest
getId, getParam, getParamAsInt, getParamValues, getRequestParameter, getRequiredParam, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WCTSGetCapabilities

public WCTSGetCapabilities(String id,
                           String updateSequence,
                           List<String> acceptedVersions,
                           List<String> sections,
                           List<String> acceptedFormats)
Parameters:
id - of the request
updateSequence -
acceptedVersions -
sections -
acceptedFormats -
Method Detail

getServiceName

public String getServiceName()
Returns:
the name of the service that is targeted by the request

getUpdateSequence

public final String getUpdateSequence()
Returns:
the updateSequence, can be empty but never null

getAcceptedVersions

public final List<String> getAcceptedVersions()
Returns:
the acceptedVersions, can be empty but never null

getSections

public final List<String> getSections()
Returns:
the sections, can be empty but never null

getAcceptedFormats

public final List<String> getAcceptedFormats()
Returns:
the acceptedFormats, can be empty but never null

deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net