|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.ogcwebservices.AbstractOGCWebServiceRequest
org.deegree.ogcwebservices.getcapabilities.GetCapabilities
org.deegree.ogcwebservices.csw.capabilities.CatalogueGetCapabilities
public class CatalogueGetCapabilities
Class representation of an OGC-GetCapabilities
request in CSW
flavour.
Special to the CSW
version of the GetCapabilities
request are these
two additional parameters:
Name | Occurences | Function |
---|---|---|
AcceptVersions | 0|1 | Protocol versions supported by this service. |
AcceptFormats | 0|1 | Formats accepted by this service. |
Constructor Summary | |
---|---|
CatalogueGetCapabilities(String id,
String updateSequence,
String version,
String[] acceptVersions,
String[] acceptFormats,
String[] sections,
Map<String,String> vendoreSpec)
Creates a new CatalogueGetCapabilities instance. |
Method Summary | |
---|---|
static CatalogueGetCapabilities |
create(Map<String,String> kvp)
Creates a CatalogGetCapabilities request from its KVP representation. |
static CatalogueGetCapabilities |
create(String id,
Element root)
Creates a CatalogGetCapabilities request from its XML representation. |
String |
getServiceName()
returns WCS as service name |
(package private) static String |
validateVersion(String[] acceptVersions)
|
Methods inherited from class org.deegree.ogcwebservices.getcapabilities.GetCapabilities |
---|
getAcceptFormats, getAcceptVersions, getSections, 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 |
---|
CatalogueGetCapabilities(String id, String updateSequence, String version, String[] acceptVersions, String[] acceptFormats, String[] sections, Map<String,String> vendoreSpec)
CatalogueGetCapabilities
instance.
id
- request identifierupdateSequence
- version
- acceptVersions
- acceptFormats
- sections
- vendoreSpec
- Method Detail |
---|
public static CatalogueGetCapabilities create(Map<String,String> kvp) throws InvalidParameterValueException
CatalogGetCapabilities
request from its KVP representation.
kvp
- Map containing the key-value pairs
CatalogGetCapabilities
object
InvalidParameterValueException
public static CatalogueGetCapabilities create(String id, Element root) throws OGCWebServiceException
CatalogGetCapabilities
request from its XML representation.
id
- unique ID of the requestroot
- XML representation of the request
CatalogGetCapabilities
object
OGCWebServiceException
- thrown if something in the request is wrongpublic String getServiceName()
static String validateVersion(String[] acceptVersions)
acceptVersions
-
null
if none of the passed versions is
supported
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net