public class HttpTransportUtils extends Object
This is a utiltily class for getting HTTP/S transport related information.
| Modifier and Type | Method and Description | 
|---|---|
static HttpServletRequest | 
getHttpServletRequest(MessageContext msgCtx)
Deprecated.  
Obtain the HttpServletRequest object associated with the given message context 
 | 
static HttpServletResponse | 
getHttpServletResponse(MessageContext msgCtx)
Deprecated.  
Obtain the HttpServletResponse object associated with the given message context 
 | 
public static final HttpServletRequest getHttpServletRequest(MessageContext msgCtx)
Obtain the HttpServletRequest object associated with the given message context
msgCtx - MessageContext of a Web Servicepublic static final HttpServletResponse getHttpServletResponse(MessageContext msgCtx)
Obtain the HttpServletResponse object associated with the given message context
msgCtx - MessageContext of a Web Service