Figure 3.7 gives an easy example for an assembly connector. Component A is connected with Component X via the assembly connector AX. All calls Component A does at services defined at interface IAr, are delegated to Component X. If for example doIt() is defined at both interfaces IAr and IXp calls of Component A for doIt() will lead to the call of doIt() at Component X.