On Fri March 6 2009 1:50:20 pm Eric Johnson wrote: > Are there any examples of using annotations to configure interceptor > chains?
There's definitely some system tests that do this. Grep through them for the particular annotation. I know the jaxws system tests use the @Features annotations to add a bunch of things as well. > Where can I put the annotations? The doc says the SEI and the service > class, but the example shows them on an implementation class. The impl is the service class. > > How do I add them to a client? Add them to the SEI. It will pick them up. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
