On Jan 7, 2014, at 6:50 AM, nikosdim <[email protected]> wrote: > I am looking for a way to register an interceptor in the phases RECEIVE and > SEND. Is it possible to have the same interceptor in two phases?
It’s not possible to register the exact same interceptor object in two phases. You can register two separate interceptors of the same class on different phases, but not the same exact object. The phase needs to be set at construction time. Dan > > Thanks > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Is-it-possible-to-register-an-interceptor-in-two-phases-tp5738337.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
