|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.embl.ebi.escience.scuflworkers.notification.NotificationXMLHandler
public class NotificationXMLHandler
Constructor Summary | |
---|---|
NotificationXMLHandler()
|
Method Summary | |
---|---|
org.jdom.Element |
elementForFactory(ProcessorFactory pf)
Return the spec element for a given ProcessorFactory. |
org.jdom.Element |
elementForProcessor(Processor processor)
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 NotificationXMLHandler()
Method Detail |
---|
public org.jdom.Element elementForProcessor(Processor processor)
XMLHandler
elementForProcessor
in interface XMLHandler
public org.jdom.Element elementForFactory(ProcessorFactory pf)
XMLHandler
elementForFactory
in interface XMLHandler
public 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 XMLHandler
ProcessorCreationException
DuplicateProcessorNameException
XScuflFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |