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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

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