public class AxisHttpService
extends java.lang.Object
MessageContext for incoming Axis
requests.| Constructor and Description |
|---|
AxisHttpService(org.apache.http.protocol.HttpProcessor httpProcessor,
org.apache.http.ConnectionReuseStrategy connStrategy,
org.apache.http.HttpResponseFactory responseFactory,
ConfigurationContext configurationContext,
Worker worker) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doService(AxisHttpRequest request,
AxisHttpResponse response,
org.apache.http.protocol.HttpContext context,
MessageContext msgContext) |
org.apache.http.params.HttpParams |
getParams() |
int |
getStatusFromAxisFault(AxisFault fault) |
protected void |
handleException(org.apache.http.HttpException ex,
org.apache.http.HttpResponse response) |
void |
handleRequest(AxisHttpConnection conn,
org.apache.http.protocol.HttpContext context) |
void |
setParams(org.apache.http.params.HttpParams params) |
public AxisHttpService(org.apache.http.protocol.HttpProcessor httpProcessor,
org.apache.http.ConnectionReuseStrategy connStrategy,
org.apache.http.HttpResponseFactory responseFactory,
ConfigurationContext configurationContext,
Worker worker)
public org.apache.http.params.HttpParams getParams()
public void setParams(org.apache.http.params.HttpParams params)
public void handleRequest(AxisHttpConnection conn, org.apache.http.protocol.HttpContext context) throws java.io.IOException, org.apache.http.HttpException
java.io.IOExceptionorg.apache.http.HttpExceptionprotected void handleException(org.apache.http.HttpException ex,
org.apache.http.HttpResponse response)
protected void doService(AxisHttpRequest request, AxisHttpResponse response, org.apache.http.protocol.HttpContext context, MessageContext msgContext) throws org.apache.http.HttpException, java.io.IOException
org.apache.http.HttpExceptionjava.io.IOExceptionpublic int getStatusFromAxisFault(AxisFault fault)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.