it.eng.spago.cache
Class CacheResponseInitializer

java.lang.Object
  extended by it.eng.spago.cache.CacheResponseInitializer
All Implemented Interfaces:
InitializerIFace

public class CacheResponseInitializer
extends java.lang.Object
implements InitializerIFace

This spago initializers built a simple list of the services that are reachable from other services and put in Application container

Author:
Andrea Zoppello

Constructor Summary
CacheResponseInitializer()
           
 
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
 

Constructor Detail

CacheResponseInitializer

public CacheResponseInitializer()
Method Detail

init

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

getConfig

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