| 
Oracle BI Publisher Java API Reference Release 10.1.3.3  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.apps.xdo.template.EFTGeneratorProcessor
public class EFTGeneratorProcessor
| Field Summary | |
|---|---|
static java.lang.String | 
RCS_ID | 
static boolean | 
RCS_ID_RECORDED | 
| Constructor Summary | |
|---|---|
EFTGeneratorProcessor() | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getSequenceNumber(java.lang.String name)Return the next value of the consequential sequence number after the eText processor's processing  | 
 void | 
loadXML(java.io.InputStream in)load XML data InputStream for the processing  | 
 void | 
loadXML(java.io.Reader in)load XML data from a Reader  | 
 void | 
loadXML(java.lang.String name)load XML data file for the processing  | 
 void | 
loadXSL(java.io.InputStream in)load XSL file from a InputStream  | 
 void | 
loadXSL(java.lang.String name)load XSL file that used to process the XML data file  | 
static void | 
main(java.lang.String[] args)command line of eText Generator Processor  | 
 void | 
process(java.io.OutputStream os)Start process the eText  | 
 void | 
setSequenceNumber(java.lang.String name, java.lang.String number)set a consequential sequence number to eText processor, this number will be the next sequence that to be used in the processing  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Constructor Detail | 
|---|
public EFTGeneratorProcessor()
| Method Detail | 
|---|
public final void setSequenceNumber(java.lang.String name,
                                    java.lang.String number)
name - name of the sequence number, which matches the reference name defined in the templatenumber - the value of the sequencepublic final java.lang.String getSequenceNumber(java.lang.String name)
name - name of the sequence number, which matches the reference name defined in the templatereturn - the next value of the sequence numberpublic void loadXML(java.lang.String name)
name - name of the XML data filepublic void loadXML(java.io.InputStream in)
in - the java.io.InputStream that contains the XML datapublic void loadXML(java.io.Reader in)
in - the java.io.Reader that contains the XML datapublic void loadXSL(java.lang.String name)
name - the name of XSL filepublic void loadXSL(java.io.InputStream in)
in - the java.io.InputStream that contains the XSL file
public void process(java.io.OutputStream os)
             throws XDORuntimeException
os - the java.io.OutputStream that eText is writing toraise - oracle.apps.xdo.XDORuntimeException if runtime exception happensXDORuntimeException
public static final void main(java.lang.String[] args)
                       throws java.io.IOException
args[] - the parametersthis - command line utility will throws java.io.Exception if certain I/O exception occurs.java.io.IOException
  | 
Oracle BI Publisher Java API Reference Release 10.1.3.3  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||