Uses of Interface
org.apache.axis2.transport.http.server.AxisHttpRequest
-
Packages that use AxisHttpRequest Package Description org.apache.axis2.transport.http org.apache.axis2.transport.http.server -
-
Uses of AxisHttpRequest in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http with parameters of type AxisHttpRequest Modifier and Type Method Description StringHTTPWorker. getHost(AxisHttpRequest request)voidHTTPWorker. service(AxisHttpRequest request, AxisHttpResponse response, MessageContext msgContext) -
Uses of AxisHttpRequest in org.apache.axis2.transport.http.server
Classes in org.apache.axis2.transport.http.server that implement AxisHttpRequest Modifier and Type Class Description classAxisHttpRequestImplMethods in org.apache.axis2.transport.http.server with parameters of type AxisHttpRequest Modifier and Type Method Description protected voidAxisHttpService. doService(AxisHttpRequest request, AxisHttpResponse response, org.apache.http.protocol.HttpContext context, MessageContext msgContext)static StringHttpUtils. getSoapAction(AxisHttpRequest request)voidWorker. service(AxisHttpRequest request, AxisHttpResponse response, MessageContext msgContext)
-