org.fcrepo.server.journal.readerwriter.multicast
Interface TransportParent

All Known Implementing Classes:
MulticastJournalWriter

public interface TransportParent

Title: Transport.java

Description: Allows a Transport to request formatting operations from its parent object.

Version:
$Id: TransportParent.java,v 1.3 2007/06/01 17:21:31 jblake Exp $
Author:
jblake

Method Summary
 void writeDocumentHeader(XMLEventWriter writer, String repositoryHash, Date currentDate)
           
 void writeDocumentTrailer(XMLEventWriter xmlWriter)
           
 

Method Detail

writeDocumentHeader

void writeDocumentHeader(XMLEventWriter writer,
                         String repositoryHash,
                         Date currentDate)
                         throws JournalException
Throws:
JournalException

writeDocumentTrailer

void writeDocumentTrailer(XMLEventWriter xmlWriter)
                          throws JournalException
Throws:
JournalException


Copyright © 2012 DuraSpace. All Rights Reserved.