org.deegree.services.wps.provider
Interface ProcessProviderProvider

All Known Implementing Classes:
JavaProcessProviderProvider

public interface ProcessProviderProvider

Implementations are responsible for providing ProcessProvider instances.

Version:
$Revision: 25786 $, $Date: 2010-08-09 19:55:41 +0200 (Mo, 09. Aug 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 ProcessProvider createProvider(java.net.URL configURL)
          Creates a new ProcessProvider instance from the given configuration document.
 java.lang.String getConfigNamespace()
          Returns the namespace for configuration documents that this provider handles.
 

Method Detail

getConfigNamespace

java.lang.String getConfigNamespace()
Returns the namespace for configuration documents that this provider handles.

Returns:
the namespace for configuration documents, never null

createProvider

ProcessProvider createProvider(java.net.URL configURL)
Creates a new ProcessProvider instance from the given configuration document.

Parameters:
configURL - location of the configuration document, must not be null
Returns:
new process manager instance, configured, but not initialized yet


Copyright © 2011. All Rights Reserved.