|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.xdo.template.FlashProcessor
public class FlashProcessor
| Field Summary | |
|---|---|
static byte |
FORMAT_FLASH
|
static byte |
FORMAT_MHTML
|
static byte |
FORMAT_PDF
|
static byte |
FORMAT_PPTX
|
int |
mOutputType
|
| Constructor Summary | |
|---|---|
FlashProcessor()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Creates a seed PDF file |
void |
process()
Start processing. |
void |
setConfig(java.util.Properties props)
|
void |
setConfig(java.lang.String propName,
java.lang.String propValue)
Sets the configuration for the document to be processed with another property. |
void |
setData(java.io.InputStream xmlStream)
Sets XML Data Input Stream. |
void |
setData(java.lang.String xmlFile)
Sets Input XML File. |
void |
setOutput(java.io.OutputStream outStream)
Sets output stream. |
void |
setOutput(java.lang.String outFile)
Sets output file. |
void |
setOutputFormat(int type)
Sets the output format. |
void |
setTemplate(java.io.InputStream stream)
Sets Input Flash file to be processed. |
void |
setTemplate(java.lang.String swfFile)
Sets Input Flash file to be processed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte FORMAT_FLASH
public static final byte FORMAT_PDF
public static final byte FORMAT_PPTX
public static final byte FORMAT_MHTML
public int mOutputType
| Constructor Detail |
|---|
public FlashProcessor()
| Method Detail |
|---|
public void setTemplate(java.io.InputStream stream)
stream - input stream for xsl input
public void setTemplate(java.lang.String swfFile)
throws java.io.IOException
swfFile - the Flash file to be processed
java.io.IOException
public void setData(java.lang.String xmlFile)
throws java.lang.Exception
xmlFile - xml input file path
java.lang.Exception
public void setData(java.io.InputStream xmlStream)
throws java.lang.Exception
xmlStream - xml input file path
java.lang.Exceptionpublic void setOutput(java.io.OutputStream outStream)
outStream - output stream name
public void setOutput(java.lang.String outFile)
throws java.io.IOException
outFile - output file name
java.io.IOExceptionpublic void setOutputFormat(int type)
type -
public void setConfig(java.lang.String propName,
java.lang.String propValue)
propName - property's namepropValue - property's valuepublic void setConfig(java.util.Properties props)
public void process()
throws XDOException,
java.io.IOException
XDOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
java.io.IOException
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||