com.adobe.livecycle.generatepdf.client
Class OptimizePDFResult

java.lang.Object
  extended by com.adobe.livecycle.generatepdf.client.OptimizePDFResult
All Implemented Interfaces:
java.io.Serializable

public class OptimizePDFResult
extends java.lang.Object
implements java.io.Serializable

Provides a method for getting the result of the optimizePDF method.

See Also:
com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient#optimizePDF(), Serialized Form

Constructor Summary
OptimizePDFResult()
          The default constructor.
 
Method Summary
 Document getConvertedDocument()
          Returns the Document object containing the result of the GeneratePdfServiceClient.optimizePDF() operation, or null if no result has been generated.
 void setConvertedDocument(Document convertedDocument)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptimizePDFResult

public OptimizePDFResult()
The default constructor.

Method Detail

getConvertedDocument

public Document getConvertedDocument()
Returns the Document object containing the result of the GeneratePdfServiceClient.optimizePDF() operation, or null if no result has been generated.

Returns:
A Document object containing the resultant file.

setConvertedDocument

public void setConvertedDocument(Document convertedDocument)
For internal use only.