private HttpServletRequest getRequest()
    {
      MessageContext context = MessageContext.getCurrentContext();
      return 
(HttpServletRequest)context.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST);
    }
    
    

On Thu, Jul 14, 2005 at 02:44:49AM -0700, vicky axis wrote:
> I want to access the information/properties embedded in the HTTP HEADER of a 
> request. I understand that the information relevant to the request is in the 
> message context, but what i don't know is how to access these details using 
> the message context. I am using axis2 and modules.
> Thanks for the help....
> 
>               
> ---------------------------------
>  Start your day with Yahoo! - make it your home page 

Reply via email to