Hi,
I have found may samples how to add interceptors using apache cxf
configuration. But I did not found anything how I can configure such
interceptors when adding them via Annotation. So how can I set properties of
these interceptors maybe like I would did when adding jax-ws handler-chains
in the handler-chains configuration.
Sample JAX-WS Endpoint:
@Stateless
@WebService
@InInterceptors(classes = LoggingInInterceptor.class)
@OutInterceptors(classes = LoggingOutInterceptor.class)
public class MyEndpoint {
...
}
--
View this message in context:
http://cxf.547215.n5.nabble.com/Configure-Interceptors-added-via-InInterceptors-OutInterceptors-tp5778199.html
Sent from the cxf-user mailing list archive at Nabble.com.