Class AxisHttpService


  • public class AxisHttpService
    extends Object
    This class is an extension of the default HTTP service responsible for maintaining and populating the MessageContext for incoming Axis requests.
    • Constructor Detail

      • AxisHttpService

        public AxisHttpService​(org.apache.http.protocol.HttpProcessor httpProcessor,
                               org.apache.http.ConnectionReuseStrategy connStrategy,
                               org.apache.http.HttpResponseFactory responseFactory,
                               ConfigurationContext configurationContext,
                               Worker worker)
    • Method Detail

      • getParams

        public org.apache.http.params.HttpParams getParams()
      • setParams

        public void setParams​(org.apache.http.params.HttpParams params)
      • handleRequest

        public void handleRequest​(AxisHttpConnection conn,
                                  org.apache.http.protocol.HttpContext context)
                           throws IOException,
                                  org.apache.http.HttpException
        Throws:
        IOException
        org.apache.http.HttpException
      • handleException

        protected void handleException​(org.apache.http.HttpException ex,
                                       org.apache.http.HttpResponse response)
      • getStatusFromAxisFault

        public int getStatusFromAxisFault​(AxisFault fault)