com.adobe.icc.ddg
Class PortfolioRenderServiceImpl

java.lang.Object
  extended by com.adobe.icc.ddg.PortfolioRenderServiceImpl
All Implemented Interfaces:
PortfolioRenderService

public class PortfolioRenderServiceImpl
extends java.lang.Object
implements PortfolioRenderService

Portfolio rendering service that accepts Portofolio (VO) and initial data set to render it as a single PDF portfolio.


Constructor Summary
PortfolioRenderServiceImpl()
           
 
Method Summary
 PDFResponseType renderPortfolio(Portfolio portfolio, java.lang.String dataXML)
          Render the Portfolio against given dataXML
 void setApplicationContext(ApplicationContext arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortfolioRenderServiceImpl

public PortfolioRenderServiceImpl()
Method Detail

renderPortfolio

public PDFResponseType renderPortfolio(Portfolio portfolio,
                                       java.lang.String dataXML)
                                throws ICCException
Render the Portfolio against given dataXML

Specified by:
renderPortfolio in interface PortfolioRenderService
Parameters:
portfolio - portfolio to be rendered
dataXML - XML data used to setup the context
Returns:
PDFResponseType that contains the PDFFile object
Throws:
ICCException

setApplicationContext

public void setApplicationContext(ApplicationContext arg0)
                           throws BeansException
Throws:
BeansException


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