net.simplace.processors.XSLTTransformerProcessor

Transforms a xml in field ${parameterToTransform} with ${XSLT} file from classpath.


public final class XSLTTransformerProcessor extends
net.simplace.util.pipeline.FWProcessor {
// Public Constructors
public XSLTTransformerProcessor();


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


Must be overidden to implemnt concrete pipe procedure.
public String performTransformation(String aXML, Reader aReader)
throws Exception;

Performs the XSLT transformation.


}



Hierarchy: java.lang.Object - net.simplace.util.pipeline.FWProcessor - XSLTTransformerProcessor