InvokeFactoryInterceptorConstructor constructor = new InvokeFactoryInterceptorConstructor(id.getLocation());
constructor.setFactoryServiceId(id.getFactoryServiceId());
constructor.setParameters(id.getParameters());
constructor.setPrecedingInterceptorIds(id.getAfter());
constructor.setFollowingInterceptorIds(id.getBefore());
InterceptorDefinitionImpl interceptor = new InterceptorDefinitionImpl(
module, id.getName(), id.getLocation(), constructor);
module.addInterceptor(qualifiedPointId, interceptor);
}