Can this be accomplished using only Java code?
If I create a class for the interceptor and register it,....is this the
proper way to do it using all Java code.
Example: I want to log a request, then execute the service code.
Would my setup be: 
1) create the Interceptor class
2) context register( ctx.register( TheInterceptorClass.class )
3) run on server



--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-Spring-interceptors-without-web-xml-tp5761947p5761975.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to