|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scuflworkers.inferno.InfernoXMLHandler
public class InfernoXMLHandler
Handle XML for the Inferno processor
| Constructor Summary | |
|---|---|
InfernoXMLHandler()
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
elementForFactory(ProcessorFactory pf)
Return the spec element for a given ProcessorFactory. |
org.jdom.Element |
elementForProcessor(Processor p)
Return the spec element, that is to say the processor specific portion of the processor element. |
ProcessorFactory |
getFactory(org.jdom.Element infernoProcessor)
Create a new factory that will produces processors of the supplied spec when it's invoked |
Processor |
loadProcessorFromXML(org.jdom.Element processorNode,
ScuflModel model,
java.lang.String name)
Create a new processor from the given chunk of XML |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InfernoXMLHandler()
| Method Detail |
|---|
public org.jdom.Element elementForProcessor(Processor p)
XMLHandler
elementForProcessor in interface XMLHandlerpublic org.jdom.Element elementForFactory(ProcessorFactory pf)
XMLHandler
elementForFactory in interface XMLHandler
public Processor loadProcessorFromXML(org.jdom.Element processorNode,
ScuflModel model,
java.lang.String name)
throws ProcessorCreationException,
DuplicateProcessorNameException,
XScuflFormatException
XMLHandler
loadProcessorFromXML in interface XMLHandlerProcessorCreationException
DuplicateProcessorNameException
XScuflFormatExceptionpublic ProcessorFactory getFactory(org.jdom.Element infernoProcessor)
XMLHandler
getFactory in interface XMLHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||