Package gw.config
Class DefaultCommonsServiceKernelInit
- java.lang.Object
-
- gw.config.DefaultCommonsServiceKernelInit
-
- All Implemented Interfaces:
ServiceKernelInit
public class DefaultCommonsServiceKernelInit extends Object implements ServiceKernelInit
-
-
Constructor Summary
Constructors Constructor Description DefaultCommonsServiceKernelInit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(ServiceKernel services)
Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-
-
-
Method Detail
-
init
public void init(ServiceKernel services)
Description copied from interface:ServiceKernelInit
Allows the default kernel services to be overridden, providing customizations at higher levels of the system.- Specified by:
init
in interfaceServiceKernelInit
-
-