On Fri March 6 2009 2:01:24 pm Eric Johnson wrote: > One more question... > > What is the order of precedence in configuration? Spring, Annotations, > explicit changes using the InterceptorProvider API
Does it matter? All three would be additive so if you configure interceptors in all three places, you would get all three sets. Dan > -----Original Message----- > From: Eric Johnson [mailto:[email protected]] > Sent: Friday, March 06, 2009 1:50 PM > To: [email protected] > Subject: Interceptor Annotation Questions > > Are there any examples of using annotations to configure interceptor > chains? > > Where can I put the annotations? The doc says the SEI and the service > class, but the example shows them on an implementation class. > > How do I add them to a client? > > Thanks, > Eric -- Daniel Kulp [email protected] http://www.dankulp.com/blog
