Hi Oleg,

> * Aligned the method names of HttpProcessor interface
> with those in Http{Request|Response}Interceptor.

So far, so good. Now that the methods are aligned, how about:

public interface HttpProcessor
   extends HttpRequestInterceptor, HttpResponseInterceptor

And since both methods are declared in the base interfaces,
we could remove the duplicate definition in HttpProcessor
after moving the JavaDocs up :-)

cheers,
  Roland

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

Reply via email to