|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scuflworkers.java.LocalServiceXMLHandler
public class LocalServiceXMLHandler
Handles XML store and load for the local process processor
| Constructor Summary | |
|---|---|
LocalServiceXMLHandler()
|
|
| 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 specElement)
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 LocalServiceXMLHandler()
| Method Detail |
|---|
public org.jdom.Element elementForProcessor(Processor p)
XMLHandler
elementForProcessor in interface XMLHandlerpublic org.jdom.Element elementForFactory(ProcessorFactory pf)
XMLHandler
elementForFactory in interface XMLHandlerpublic ProcessorFactory getFactory(org.jdom.Element specElement)
XMLHandler
getFactory 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
XScuflFormatException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||