5 <component id="standard.interceptor"
\r
6 type="Castle.Core.Interceptor.StandardInterceptor, Castle.Core">
\r
9 <component id="default"
\r
10 type="Castle.Windsor.Tests.Components.CalculatorServiceWithMultipleInterfaces, Castle.Windsor.Tests"
\r
11 service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests">
\r
14 <component id="noSingle"
\r
15 type="Castle.Windsor.Tests.Components.CalculatorServiceWithMultipleInterfaces, Castle.Windsor.Tests"
\r
16 service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests"
\r
17 useSingleInterfaceProxy="false">
\r
20 <component id="useSingle"
\r
21 type="Castle.Windsor.Tests.Components.CalculatorServiceWithMultipleInterfaces, Castle.Windsor.Tests"
\r
22 service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests"
\r
23 useSingleInterfaceProxy="true">
\r
26 <component id="useSingleAttribute"
\r
27 type="Castle.Windsor.Tests.Components.CalculatorServiceWithSingleProxyBehavior, Castle.Windsor.Tests"
\r
28 service="Castle.Windsor.Tests.Components.ICalcService, Castle.Windsor.Tests">
\r