Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


oracle.apps.xdo.template
Class EFTGeneratorProcessor

java.lang.Object
  extended by oracle.apps.xdo.template.EFTGeneratorProcessor


public class EFTGeneratorProcessor
extends java.lang.Object

this is just the wrapper of EFTGenerator, this is not an open class/API and user should use EFTProcessor instead

Since:
5.6

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           

 

Constructor Summary
EFTGeneratorProcessor()
           

 

Method Summary
 java.lang.String getContextParam(java.lang.String name)
          Return the value of a named context parameter.
 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.io.Reader in)
          load XSL file from a Reader
 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 setContextParam(java.lang.String name, java.lang.String value)
          Set ETF specific context parameter.
 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

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Constructor Detail

EFTGeneratorProcessor

public EFTGeneratorProcessor()

Method Detail

setSequenceNumber

public final 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
Parameters:
name - name of the sequence number, which matches the reference name defined in the template
number - the value of the sequence
Since:
5.6

getSequenceNumber

public final java.lang.String getSequenceNumber(java.lang.String name)
Return the next value of the consequential sequence number after the eText processor's processing
Parameters:
name - name of the sequence number, which matches the reference name defined in the template
Returns:
the next value of the sequence number
Since:
5.6

loadXML

public void loadXML(java.lang.String name)
load XML data file for the processing
Parameters:
name - name of the XML data file
Since:
5.6

loadXML

public void loadXML(java.io.InputStream in)
load XML data InputStream for the processing
Parameters:
in - the java.io.InputStream that contains the XML data
Since:
5.6

loadXML

public void loadXML(java.io.Reader in)
load XML data from a Reader
Parameters:
in - the java.io.Reader that contains the XML data
Since:
5.6

loadXSL

public void loadXSL(java.lang.String name)
load XSL file that used to process the XML data file
Parameters:
name - the name of XSL file
Since:
5.6

loadXSL

public void loadXSL(java.io.InputStream in)
load XSL file from a InputStream
Parameters:
in - the java.io.InputStream that contains the XSL file
Since:
5.6

loadXSL

public void loadXSL(java.io.Reader in)
load XSL file from a Reader
Parameters:
in - the java.io.InputStream that contains the XSL file
Since:
5.6

process

public void process(java.io.OutputStream os)
             throws XDORuntimeException
Start process the eText
Parameters:
os - the java.io.OutputStream that eText is writing to
Throws:
oracle.apps.xdo.XDORuntimeException - if runtime exception happens
XDORuntimeException
Since:
5.6

setContextParam

public void setContextParam(java.lang.String name,
                            java.lang.String value)
Set ETF specific context parameter.
Parameters:
name - name of context parameter.
value - value of context parameter.
Since:
10.1.3.4

getContextParam

public java.lang.String getContextParam(java.lang.String name)
Return the value of a named context parameter.
Parameters:
name - name of context parameter.
Returns:
the value of named context parameter.
Since:
10.1.3.4

main

public static final void main(java.lang.String[] args)
                       throws java.io.IOException
command line of eText Generator Processor
Parameters:
args[] - the parameters
Throws:
this - command line utility will throws java.io.Exception if certain I/O exception occurs.
java.io.IOException
Since:
5.6

Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


© 2004, 2005, 2006, 2007, 2008, Oracle. All rights reserved.