Interceptor tutorial:
http://www.jroller.com/gmazza/entry/jaxwshandlers_to_cxfinterceptors (which
links to the JAX-WS handler tutorial, both provide opportunities to get to
HTTP and SOAP headers.)

Glen


Gabo Manuel wrote:
> 
> Hi Ted,
> 
> Try:
> 
> message.getExchange() from an interceptor
> 
> or
> 
> PhaseInterceptorChain.getCurrentMessage().getExchange() for a more 
> generic approach.
> 
> If you really need access to the session, afaik, the Exchange object has 
> a getter for the session.
> 
> Not sure if this answers your question.
> 
> Gabo
> 
> 
> 
> Ted Roeloffzen wrote:
>> Hi all,
>> I'm just starting with CXF and i have a question.
>> I have to store a variable in the session, but i can' t seem to find how
>> i
>> can do that.
>> Can anyone help me with that?
>> thanks a bunch
>> Ted
>>
>>   
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Newbie-question-tp28728211p28742317.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to