public synchronized ConfigBeanInterceptor getInterceptor() {
if (null != _interceptor) {
return _interceptor;
}
ConfigBeanInterceptor cbi = null;
//get interceptor of ctx.
if (null != ctx) {
/**
* Should have used the ConfigContext interface. Too late and
* risky to change the interface.