org.deegree.ogcwebservices.wps.configuration
Class WPSConfiguration
java.lang.Object
org.deegree.ogcwebservices.getcapabilities.OGCCapabilities
org.deegree.owscommon.OWSCommonCapabilities
org.deegree.ogcwebservices.wps.capabilities.WPSCapabilities
org.deegree.ogcwebservices.wps.configuration.WPSConfiguration
- All Implemented Interfaces:
- java.io.Serializable
public class WPSConfiguration
- extends WPSCapabilities
WPSConfiguration.java
Created on 08.03.2006. 17:58:55h
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Christian Kiehle, Christian Heier, last edited by: $Author: mschneider $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WPSConfiguration
protected WPSConfiguration(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
WPSDeegreeParams wpsDeegreeParams)
throws InvalidConfigurationException
- Constructor initializes WPSConfiguration from passed parameters
- Parameters:
version
- updateSequence
- serviceIdentification
- serviceProvider
- operationsMetadata
- contents
-
- Throws:
InvalidConfigurationException
getRegisteredProcesses
public java.util.Map<java.lang.String,Process> getRegisteredProcesses()
- Returns:
- Returns the registeredProcesses.
getDeegreeParams
public WPSDeegreeParams getDeegreeParams()
- Returns:
- Returns the deegreeParams.
setDeegreeParams
public void setDeegreeParams(WPSDeegreeParams deegreeParams)
- Parameters:
deegreeParams
- The deegreeParams to set.
createConfiguration
public static WPSConfiguration createConfiguration(java.net.URL url)
throws java.io.IOException,
org.xml.sax.SAXException,
InvalidConfigurationException
- Returns a
WPSConfiguration
created from the configuration document that is loaded from the given URL.
- Parameters:
url
-
- Returns:
WPSConfiguration
created from the specified configuration document
- Throws:
java.io.IOException
org.xml.sax.SAXException
InvalidConfigurationException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org