On Sat, Jul 27, 2013 at 9:44 AM, Romain Manni-Bucau
<rmannibu...@gmail.com> wrote:
> Hi
>
> Isnt it a particular kind of interceptor/handler (CompositeInterceptor)? So
> does it need so much details?

Well, the idea behind "stubbing" is that we would be specifying
behavior for very specific method invocation cases (such as only a
single method or only when the parameters match certain values).  If
we introduce the abstractions I'm suggesting, we can handle these
cases and many more.  I don't know if we need the Response concept,
since the interface exactly matches the Interceptor interface.
Perhaps we call the new class ConditionalInterceptor and you register
InvocationMatcher/Interceptor pairs just so we don't have to re-invent
the wheel.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to