Hi,
I am trying to use custom implementation of 'ReaderInterceptor' which
will be get called only in case of certain HTTP method annotation like
'POST' call.
I have tried using @NameBinding and DynamicFeature to dynamically
'bind' the implementation of 'ReadedInterceptor' (separately), however it
never gets invoked (gets ignored and call directly goes to resolved service
impl method).
I could not find any working examples of @NameBinding and/or
DynamicFeature in Apache CXF version 2.7.7 or later. Though there are
examples of Jersey available to refer.
Will you please give me any pointers regarding Apache CXF examples?
Any help is highly appreciated.
regards,
hs raghu