net.simplace.pipe.processors.JDOMUnparseProcessor

Unparses and outputs an JDOM-Tree from jdom Element to a string from the ${parameterToUnparse}.


public final class JDOMUnparseProcessor extends
net.simplace.pipe.control.FWProcessor {
// Public Constructors
public JDOMUnparseProcessor();


// Public Instance Methods
public boolean process() throws PipeLineException; // Defines
net.simplace.pipe.control.FWProcessor


Must be overidden to implemnt concrete pipe procedure.


}



Hierarchy: java.lang.Object - net.simplace.pipe.control.FWProcessor - JDOMUnparseProcessor