|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.jrxml.JrxmlProcessProvider
public class JrxmlProcessProvider
A ProcessProvider
which offers JrxmlWPSProcess
s
Constructor Summary | |
---|---|
JrxmlProcessProvider(List<JrxmlProcessDescription> idToURL)
|
Method Summary | |
---|---|
void |
destroy()
Usually called by the ResourceManager upon workspace shutdown. |
WPSProcess |
getProcess(CodeType id)
Returns the process with the specified identifier. |
Map<CodeType,? extends WPSProcess> |
getProcesses()
Returns all currently available processes. |
void |
init(DeegreeWorkspace workspace)
Usually called by the ResourceManager upon workspace startup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JrxmlProcessProvider(List<JrxmlProcessDescription> idToURL)
Method Detail |
---|
public void init(DeegreeWorkspace workspace) throws ResourceInitException
Resource
ResourceManager
upon workspace startup.
init
in interface Resource
workspace
- the workspace the resource belongs to, may be null
ResourceInitException
public void destroy()
Resource
ResourceManager
upon workspace shutdown.
destroy
in interface Resource
public Map<CodeType,? extends WPSProcess> getProcesses()
ProcessProvider
getProcesses
in interface ProcessProvider
null
or emptypublic WPSProcess getProcess(CodeType id)
ProcessProvider
getProcess
in interface ProcessProvider
id
- identifier of the requested process, never null
null
if no such process exists (anymore)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |