|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor.APXMLHandler
public class APXMLHandler
Class for handling the xml belonging to the abstract processor
| Constructor Summary | |
|---|---|
APXMLHandler()
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
elementForFactory(ProcessorFactory processorFactory)
Method for getting the XML element of the prototype processor |
org.jdom.Element |
elementForProcessor(Processor processor)
Method for getting the xml element for the processor |
ProcessorFactory |
getFactory(org.jdom.Element processElement)
Method for getting a factory for an Element specification of a processor |
Processor |
loadProcessorFromXML(org.jdom.Element processorElement,
ScuflModel model,
java.lang.String name)
Method for loading an xml processor from XML |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public APXMLHandler()
| Method Detail |
|---|
public org.jdom.Element elementForFactory(ProcessorFactory processorFactory)
elementForFactory in interface XMLHandlerprocessorFactory - of the processor
public ProcessorFactory getFactory(org.jdom.Element processElement)
getFactory in interface XMLHandlerprocessElement - the XML element defining the prototype
public org.jdom.Element elementForProcessor(Processor processor)
elementForProcessor in interface XMLHandlerprocessor - the processor to export to an xml element
public Processor loadProcessorFromXML(org.jdom.Element processorElement,
ScuflModel model,
java.lang.String name)
throws ProcessorCreationException,
DuplicateProcessorNameException,
XScuflFormatException
loadProcessorFromXML in interface XMLHandlerprocessorElement - the XML processor elementmodel - the scufl model where the process belongs toname - the name of the processor
ProcessorCreationException
DuplicateProcessorNameException
XScuflFormatException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||