On Thursday, September 18, 2003 at 12:17:26 (-0400) Harish Krishnaswamy writes:
>Because implementation is not intuitive in the following, I think,
>
><implementation..>
>    <interceptor.../>
></implementation>

Hmm, is it really?:

<implementation service-id="Adder" interface="hivemind.examples.Adder">
    <create-instance class="hivemind.examples.impl.AdderImpl"/>
    <interceptor service-id="hivemind.LoggingInterceptor"/>
</implementation>

The implementation adds an interceptor to the service.  I think it's
good.


Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to