org.springframework.extensions.config
Interface ConfigDeployer

All Known Implementing Classes:
ConfigBootstrap

public interface ConfigDeployer

Config Deployer interface.

This interface allows the ConfigService to be (re-)initialised. Config Deployer components must register with the ConfigService (preferably via init-method="register") prior to bootstrap.


Method Summary
 List<ConfigDeployment> initConfig()
           
 void register()
           
 

Method Detail

initConfig

List<ConfigDeployment> initConfig()

register

void register()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.