Binding Protocol
The binding protocol involves:
- location of a binding factory;
- instantiating by it of a binding channel, including proxies in each node to be involved;
- creation of supporting objects, such as interceptors, and linking of proxies using them;
- binding of the target objects to the proxies
- return of a control interface reference to the creating object by the factory.
Recursion may be necessary in step three.