org.scribble.protocol.export
Class DefaultProtocolExportManager

java.lang.Object
  extended by org.scribble.protocol.export.DefaultProtocolExportManager
All Implemented Interfaces:
ProtocolExportManager

public class DefaultProtocolExportManager
extends Object
implements ProtocolExportManager

This is the default protocol export manager implementation.


Constructor Summary
DefaultProtocolExportManager()
           
 
Method Summary
 ProtocolExporter getExporter(String id)
          This method returns the protocol exporter associated with the supplied id.
 List<ProtocolExporter> getExporters()
          This method returns the list of exporters registered with the manager.
 void setExporters(List<ProtocolExporter> exporters)
          This method sets the list of exporters registered with the manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProtocolExportManager

public DefaultProtocolExportManager()
Method Detail

getExporter

public ProtocolExporter getExporter(String id)
This method returns the protocol exporter associated with the supplied id.

Specified by:
getExporter in interface ProtocolExportManager
Parameters:
id - The id
Returns:
The exporter, or null if not found

getExporters

public List<ProtocolExporter> getExporters()
This method returns the list of exporters registered with the manager.

Specified by:
getExporters in interface ProtocolExportManager
Returns:
The list of exporters

setExporters

public void setExporters(List<ProtocolExporter> exporters)
This method sets the list of exporters registered with the manager.

Specified by:
setExporters in interface ProtocolExportManager
Parameters:
exporters - The list of exporters


Copyright © 2008-Present Scribble.org. All Rights Reserved.