net.sf.exorcist.dbe.impl
Class XmlExportService

java.lang.Object
  extended by net.sf.exorcist.dbe.impl.XmlExportService
All Implemented Interfaces:
ExportService, org.dbe.servent.Adapter

public class XmlExportService
extends java.lang.Object
implements ExportService, org.dbe.servent.Adapter

Author:
Jukka Zitting TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
XmlExportService()
           
 
Method Summary
 void destroy()
           
 ContentState exportContent(java.lang.String key)
          Exports content identified by the given key.
 void init(org.dbe.servent.ServiceContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlExportService

public XmlExportService()
Method Detail

exportContent

public ContentState exportContent(java.lang.String key)
                           throws ContentException
Description copied from interface: ExportService
Exports content identified by the given key.

Specified by:
exportContent in interface ExportService
Parameters:
key - identifier for the content to be exported
Returns:
the exported content
Throws:
ContentException - if something goes wrong :-)

init

public void init(org.dbe.servent.ServiceContext context)
Specified by:
init in interface org.dbe.servent.Adapter

destroy

public void destroy()
Specified by:
destroy in interface org.dbe.servent.Adapter


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.