public class AxisHttpService extends 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 IOException, org.apache.http.HttpException
IOException
org.apache.http.HttpException
protected 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, IOException
org.apache.http.HttpException
IOException
public int getStatusFromAxisFault(AxisFault fault)
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.