it.eng.spago.presentation
Class AbstractPublisherDispatcher

java.lang.Object
  extended byit.eng.spago.presentation.AbstractPublisherDispatcher
All Implemented Interfaces:
InitializerIFace, PublisherDispatcherIFace
Direct Known Subclasses:
DefaultPublisherDispatcher

public abstract class AbstractPublisherDispatcher
extends java.lang.Object
implements PublisherDispatcherIFace, InitializerIFace


Constructor Summary
AbstractPublisherDispatcher()
           
 
Method Summary
 SourceBean getConfig()
           
 void init(SourceBean config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spago.presentation.PublisherDispatcherIFace
getPublisherName
 

Constructor Detail

AbstractPublisherDispatcher

public AbstractPublisherDispatcher()
Method Detail

init

public void init(SourceBean config)
Specified by:
init in interface InitializerIFace

getConfig

public SourceBean getConfig()
Specified by:
getConfig in interface InitializerIFace