this.mainContextHandler = new ManagedContextHandlerChain(handlers);
}
private synchronized BasicContextService getContextService() {
if (this.contextService == null) {
this.contextService = new BasicContextService(this.mainContextHandler);
}
return this.contextService;
}