org.outerj.daisy.frontend
Class PartReader

java.lang.Object
  extended by org.outerj.daisy.frontend.PartReader

public class PartReader
extends java.lang.Object


Constructor Summary
PartReader()
           
 
Method Summary
 void dispose()
           
 void enableLogging(Logger logger)
           
 void generate()
           
 long getLastModified()
           
 java.lang.String getMimeType()
           
 void service(ServiceManager serviceManager)
           
 void setOutputStream(java.io.OutputStream outputStream)
           
 void setup(SourceResolver sourceResolver, java.util.Map objectModel, java.lang.String s, Parameters parameters)
           
 boolean shouldSetContentLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartReader

public PartReader()
Method Detail

service

public void service(ServiceManager serviceManager)
             throws ServiceException
Throws:
ServiceException

enableLogging

public void enableLogging(Logger logger)

dispose

public void dispose()

generate

public void generate()
              throws java.io.IOException,
                     org.xml.sax.SAXException,
                     ProcessingException
Throws:
java.io.IOException
org.xml.sax.SAXException
ProcessingException

getLastModified

public long getLastModified()

setup

public void setup(SourceResolver sourceResolver,
                  java.util.Map objectModel,
                  java.lang.String s,
                  Parameters parameters)
           throws ProcessingException,
                  org.xml.sax.SAXException,
                  java.io.IOException
Throws:
ProcessingException
org.xml.sax.SAXException
java.io.IOException

setOutputStream

public void setOutputStream(java.io.OutputStream outputStream)
                     throws java.io.IOException
Throws:
java.io.IOException

getMimeType

public java.lang.String getMimeType()

shouldSetContentLength

public boolean shouldSetContentLength()


Copyright © -2006 . All Rights Reserved.