RE: How to access jaxws:properties in a CXF Interceptor

2014-06-25 Thread Andrei Shakirin
; From: Frizz [mailto:frizzthe...@googlemail.com] > Sent: Mittwoch, 25. Juni 2014 06:23 > To: users@cxf.apache.org > Subject: How to access jaxws:properties in a CXF Interceptor > > I have defined a WS client in an XML file like this: > > http://www.example.org/contract/

RE: How to access jaxws:properties in a CXF Interceptor

2014-06-25 Thread XiLai Dai
Hi, message.getContextualProperty("myKey") will works for you. Regards. -Original Message- From: Frizz [mailto:frizzthe...@googlemail.com] Sent: Wednesday, June 25, 2014 12:23 PM To: users@cxf.apache.org Subject: How to access jaxws:properties in a CXF Interceptor I have

How to access jaxws:properties in a CXF Interceptor

2014-06-24 Thread Frizz
I have defined a WS client in an XML file like this: http://www.example.org/contract/DoubleIt }DoubleItService"> How can I access jaxws:properties in a CXF Interceptor? I mean in the handleMessage() method, how do I get the ?