The point I am trying to make is you could already have a service implementation provided by some third party in a module and all you could be doing is adding an interceptor to it. In that case implementation doesn't sound appropriate, its more a contribution, I think. What you say?!

-Harish

Bill Lear wrote:

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