com.adobe.icc.ddg
Class DDXGeneratorImpl

java.lang.Object
  extended by com.adobe.icc.ddg.DDXGeneratorImpl
All Implemented Interfaces:
DDXGenerator

public class DDXGeneratorImpl
extends java.lang.Object
implements DDXGenerator

DDXGenerator is used to generate DDX given a Portfolio.


Constructor Summary
DDXGeneratorImpl()
           
 
Method Summary
 void defaultDDX()
           
 byte[] generateDDX(Portfolio pf)
          Get the DDX for a portfolio as a byte[].
 java.lang.String getDumpDDX()
           
 void setDumpDDX(java.lang.String dumpDDX)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDXGeneratorImpl

public DDXGeneratorImpl()
Method Detail

generateDDX

public byte[] generateDDX(Portfolio pf)
Get the DDX for a portfolio as a byte[].

Specified by:
generateDDX in interface DDXGenerator
Parameters:
pf - Portfolio for which DDX is to be generated
Returns:
the generated DDX

defaultDDX

public void defaultDDX()

getDumpDDX

public java.lang.String getDumpDDX()

setDumpDDX

public void setDumpDDX(java.lang.String dumpDDX)


[an error occurred while processing this directive] [an error occurred while processing this directive]