[jboss-user] [JBossWS] - Re: JbossWS 1.2.0

heiko.braun@jboss.com do-not-reply at jboss.com
Fri Mar 2 05:20:18 EST 2007


There is currently no portable way of doing this in 4.0.5. @WebServiceContext injection will be available with 4.2.
In the meantime you can access the message context like this:

 
  | CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext(); 
  | msgContext.setProperty(<Name>, <Value>);
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024592#4024592

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024592



More information about the jboss-user mailing list