org.deegree.services.wps.provider.jrxml
Class JrxmlParser
java.lang.Object
org.deegree.services.wps.provider.jrxml.JrxmlParser
public class JrxmlParser
- extends Object
A Parser for jrxml files
- Version:
- $Revision: $, $Date: $
- Author:
- Lyn Goltz, last edited by: $Author: lyn $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public Pair<ProcessDefinition,Map<String,String>> parse(String processId,
String name,
String description,
XMLAdapter jrxmlAdapter,
List<JrxmlContentProvider> contentProviders,
Map<String,ParameterDescription> parameterDescriptions)
- Parameters:
processId
- the id of the process, never null
name
- the name of the processstring
- jrxmlAdapter
- the adapter encapsulating the jrxml, never null
contentProviders
- a list of JrxmlContentProvider
s, never null
parameterDescriptions
-
- Returns:
Copyright © 2011. All Rights Reserved.