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