org.outerj.daisy.publisher.serverimpl
Class PublisherImpl

java.lang.Object
  extended byorg.outerj.daisy.publisher.serverimpl.PublisherImpl
All Implemented Interfaces:
org.outerj.daisy.publisher.Publisher

public class PublisherImpl
extends java.lang.Object
implements org.outerj.daisy.publisher.Publisher


Field Summary
static java.lang.String NAMESPACE
           
 
Constructor Summary
PublisherImpl(org.outerj.daisy.repository.Repository repository, org.apache.avalon.framework.logger.Logger logger)
           
 
Method Summary
 org.outerj.daisy.publisher.BlobInfo getBlobInfo(org.outerj.daisy.repository.VariantKey variantKey, java.lang.String versionSpec, java.lang.String partType)
           
 void processRequest(org.outerx.daisy.x10Publisher.PublisherRequestDocument publisherRequestDocument, org.xml.sax.ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values
Constructor Detail

PublisherImpl

public PublisherImpl(org.outerj.daisy.repository.Repository repository,
                     org.apache.avalon.framework.logger.Logger logger)
Method Detail

getBlobInfo

public org.outerj.daisy.publisher.BlobInfo getBlobInfo(org.outerj.daisy.repository.VariantKey variantKey,
                                                       java.lang.String versionSpec,
                                                       java.lang.String partType)
                                                throws org.outerj.daisy.repository.RepositoryException
Specified by:
getBlobInfo in interface org.outerj.daisy.publisher.Publisher
Throws:
org.outerj.daisy.repository.RepositoryException

processRequest

public void processRequest(org.outerx.daisy.x10Publisher.PublisherRequestDocument publisherRequestDocument,
                           org.xml.sax.ContentHandler contentHandler)
                    throws org.outerj.daisy.repository.RepositoryException,
                           org.xml.sax.SAXException
Specified by:
processRequest in interface org.outerj.daisy.publisher.Publisher
Throws:
org.outerj.daisy.repository.RepositoryException
org.xml.sax.SAXException


Copyright © -2005 . All Rights Reserved.