Hi
On 26/09/13 19:37, zmelnick wrote:
Hi,

I have a need to read some of the query parameters on the URL at the
interceptor level. My Interceptor is a PRE_INVOKE phase on the Inbound side.

Apparently injecting a webserviceContext resource does not work, leaving me
to think that all I have to work with is the SoapMessage object.

Is there a way to pull off the query parameters from this object? Or some
other way within the interceptor?

message.get(Message.QUERY_STRING_ will return a query

Cheers, Sergey


--
View this message in context: 
http://cxf.547215.n5.nabble.com/Query-Params-on-Interceptors-tp5734509.html
Sent from the cxf-user mailing list archive at Nabble.com.



Reply via email to