org.deegree.client.sos.requesthandler
Class HandleGetCapabilities
java.lang.Object
org.deegree.client.sos.requesthandler.HandleGetCapabilities
public class HandleGetCapabilities
- extends Object
Requesthandler-class for GetCapabilities-request. Initializes a new StorageGetCapabilities-object with contents of
the GetCapabilities-response called by a http-post-method.
- Author:
- Ulrich Neumeister, last edited by: $Author: mschneider $
Constructor Summary |
HandleGetCapabilities(String request)
Public constructor initializes the XMLAdapter-object with the given request-String (http-get request). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandleGetCapabilities
public HandleGetCapabilities(String request)
- Public constructor initializes the XMLAdapter-object with the given request-String (http-get request).
After that, the fillStorage-method is called.
- Parameters:
request
-
getStorage
public StorageGetCapabilities getStorage()
- Returns:
Copyright © 2011. All Rights Reserved.