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