public class ExternalTransformation
extends java.lang.Object
psdi.iface.stax
Constructor and Description |
---|
ExternalTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
runMeaLoad(java.lang.String xmlInputFilePath,
java.lang.String serviceName)
Process XML file data by reading the file from filesystem through Enterprise Services load.
|
void |
transformXml(java.lang.String xslfile,
java.lang.String catalogId,
java.lang.String xmlInputFilePath,
java.lang.String xmlOutputFilePath)
Run a single xsl transformation from input file to output file using xsl file.
|
public void transformXml(java.lang.String xslfile, java.lang.String catalogId, java.lang.String xmlInputFilePath, java.lang.String xmlOutputFilePath) throws MXSystemException
xslfile
- name without the .xsl, found in the package psdi.iface.app.swcatalog.meaxmlInputFilePath
- path and name of file to be transformedxmlOutputFilePath
- path and name of output fileMXSystemException
public void runMeaLoad(java.lang.String xmlInputFilePath, java.lang.String serviceName) throws MXSystemException
XmlFileLoaderImpl#processXMLData(InputStream, String, String, RecoveryService)
method.
Write into recorvery file in case of error.xmlInputFilePath
- File to be processedserviceName
- Name of Enterprise ServiceMXSystemException