|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thalesgroup.dtkit.util.converter.ConversionService
public class ConversionService
| Constructor Summary | |
|---|---|
ConversionService()
|
|
| Method Summary | |
|---|---|
void |
convert(File xslFile,
File inputFile,
File outFile)
Launches an XSLT conversion from a source to an OutputStream. |
void |
convert(File xslFile,
File inputFile,
File outFile,
Map<String,Object> params)
Launches an XSLT conversion from a source to an OutputStream. |
void |
convert(File xslFile,
InputSource inputFile,
File outFile,
Map<String,Object> params)
Launches an XSLT conversion from a source to an OutputStream. |
void |
convert(StreamSource xslSource,
File inputFile,
File outFile)
Launches an XSLT conversion from a source to an OutputStream. |
void |
convert(StreamSource xslSource,
File inputFile,
File outFile,
Map<String,Object> params)
Launches an XSLT conversion from a source to an OutputStream. |
void |
convert(StreamSource xslSource,
InputSource inputFile,
File outFile,
Map<String,Object> params)
Launches an XSLT conversion from a source to an OutputStream. |
String |
convertAndReturn(File xslFile,
File inputFile,
Map<String,Object> params)
Launches an XSLT conversion from a source to an OutputStream. |
String |
convertAndReturn(File xslFile,
InputSource inputFile,
Map<String,Object> params)
Launches an XSLT conversion from a source to an OutputStream. |
String |
convertAndReturn(StreamSource xslSource,
File inputFile,
Map<String,Object> params)
Launches an XSLT conversion from a source to an OutputStream. |
String |
convertAndReturn(StreamSource xslSource,
InputSource inputFile,
Map<String,Object> params)
Launches an XSLT conversion from a source to an OutputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversionService()
| Method Detail |
|---|
public String convertAndReturn(File xslFile,
InputSource inputFile,
Map<String,Object> params)
throws ConversionException
xslFile - the xsl fileinputFile - the input fileparams - the parameter map
ConversionException - the convert exception
public String convertAndReturn(File xslFile,
File inputFile,
Map<String,Object> params)
throws ConversionException
xslFile - the xsl fileinputFile - the input fileparams - the parameter map
ConversionException - the convert exception
public void convert(File xslFile,
File inputFile,
File outFile,
Map<String,Object> params)
throws ConversionException
xslFile - the xsl fileinputFile - the input fileoutFile - the output fileparams - the parameter map
ConversionException - the convert exception
public void convert(File xslFile,
File inputFile,
File outFile)
throws ConversionException
xslFile - the xsl fileinputFile - the input fileoutFile - the output file
ConversionException - the convert exception
public String convertAndReturn(StreamSource xslSource,
File inputFile,
Map<String,Object> params)
throws ConversionException
xslSource - the source of the xslinputFile - the input fileparams - the parameter map
ConversionException - the convert exception
public void convert(StreamSource xslSource,
File inputFile,
File outFile,
Map<String,Object> params)
throws ConversionException
xslSource - the source of the xslinputFile - the input fileoutFile - the output fileparams - the parameter map
ConversionException - the convert exception
public void convert(File xslFile,
InputSource inputFile,
File outFile,
Map<String,Object> params)
throws ConversionException
xslFile - the xsl fileinputFile - the input fileoutFile - the output fileparams - the parameter map
ConversionException - the convert exception
public String convertAndReturn(StreamSource xslSource,
InputSource inputFile,
Map<String,Object> params)
throws ConversionException
xslSource - the source of the xslinputFile - the input fileparams - the parameter map
ConversionException - the convert exception
public void convert(StreamSource xslSource,
InputSource inputFile,
File outFile,
Map<String,Object> params)
throws ConversionException
xslSource - the source of the xslinputFile - the input fileoutFile - the output fileparams - the parameter map
ConversionException - the convert exception
public void convert(StreamSource xslSource,
File inputFile,
File outFile)
throws ConversionException
xslSource - the source of the xslinputFile - the input fileoutFile - the output file
ConversionException - the convert exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||