I'm using interceptor to verify user authorization. Every request has in header token. By interceptor I processing Soap headers (extract token) then I invoke some java class with verify token and return value. When the token is incorrect I would like stop other processing and return some value by interceptor to the client. How can I do it? -- View this message in context: http://www.nabble.com/Return-value-by-interceptor-tf4522820.html#a12902515 Sent from the cxf-user mailing list archive at Nabble.com.
