java - How to edit the Response object in an CXF out Interceptor? -


i working on out interceptor on rest service , want retrieve response object message, edit , put message of interceptor.

i have tried

message.getexchange().get(response.class); 

and

message.get(response.class); 

but null. out interceptor set in send phase.

any ideas on how can this?

thanks


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -