policyDefinitions = new ArrayList<SCADefinitions>();
policyDefinitionsResolver = new DefaultModelResolver();
requiredIntents 的赋值过程
它是发生在NodeImpl的构造函数中,在configureNode(config, null);函数中进行

在CompositeProcessor.resovle()函数中解析contract,包括 intent、policySet

调用的方法如下:

something about serviceBindingInterceptor
