200201202203204205206207208209210
// check that the resulting endpoint reference has no mutually exclusive intents checkMutualExclusion(epr, context); } } finally { monitor.popContext(); } } if (implementation instanceof Composite) { resolveAndCheck(implementation, context);
228229230231232233234235236237238
// check that all intents are resolved checkIntentsResolved(implementation, context); } } } finally { monitor.popContext(); } } removeConstrainedIntents(composite, context); } finally { monitor.popContext();