chain.addBefore( NEXT_INTERCEPTOR, "authenticationService", new AuthenticationService() );
chain.addBefore( NEXT_INTERCEPTOR, "authorizationService", new AuthorizationService() );
chain.addBefore( NEXT_INTERCEPTOR, "exceptionService", new ExceptionService() );
chain.addBefore( NEXT_INTERCEPTOR, "schemaService", new SchemaService() );
chain.addBefore( NEXT_INTERCEPTOR, "operationalAttributeService", new OperationalAttributeService() );