net.sf.jame.core.xml.extension
Class ActionXMLExporterExtensionRuntime

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.core.extension.ExtensionRuntime
          extended by net.sf.jame.core.xml.extension.ActionXMLExporterExtensionRuntime
Direct Known Subclasses:
AbstractActionXMLExporterRuntime

public abstract class ActionXMLExporterExtensionRuntime
extends ExtensionRuntime

Author:
Andrea Medeghini

Constructor Summary
ActionXMLExporterExtensionRuntime()
           
 
Method Summary
abstract  XMLExporter<NodeActionValue> createXMLExporter()
           
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, dispose, finalize, fireChanged, isChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionXMLExporterExtensionRuntime

public ActionXMLExporterExtensionRuntime()
Method Detail

createXMLExporter

public abstract XMLExporter<NodeActionValue> createXMLExporter()
Returns:
the exporter.