ie.deri.wsmx.dbManager.dbWebService
Class DocumentDBImpl

java.lang.Object
  extended byie.deri.wsmx.dbManager.dbWebService.DocumentDBImpl
All Implemented Interfaces:
DocumentDB

public class DocumentDBImpl
extends java.lang.Object
implements DocumentDB

(c) Copyright 2004, DERI - Digital Enterprise Research Institute, Ireland

Author:
Michal Zaremba PayloadDBImpl.java, 29-Jun-2004, 15:47:48

Constructor Summary
DocumentDBImpl()
           
 
Method Summary
 Document getMediatedDocument(MessageID messageID)
           
 void saveMediatedDocument(MessageID messageID, Document input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentDBImpl

public DocumentDBImpl()
Method Detail

saveMediatedDocument

public void saveMediatedDocument(MessageID messageID,
                                 Document input)
                          throws DBManagerException
Specified by:
saveMediatedDocument in interface DocumentDB
Throws:
DBManagerException

getMediatedDocument

public Document getMediatedDocument(MessageID messageID)
                             throws DBManagerException
Specified by:
getMediatedDocument in interface DocumentDB
Throws:
DBManagerException