org.apache.axis2.transport.http
Class HTTPWorker

java.lang.Object
  extended byorg.apache.axis2.transport.http.HTTPWorker
All Implemented Interfaces:
Worker

public class HTTPWorker
extends java.lang.Object
implements Worker


Constructor Summary
HTTPWorker()
           
 
Method Summary
 java.lang.String getHostAddress(AxisHttpRequest request)
           
 void service(AxisHttpRequest request, AxisHttpResponse response, MessageContext msgContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPWorker

public HTTPWorker()
Method Detail

service

public void service(AxisHttpRequest request,
                    AxisHttpResponse response,
                    MessageContext msgContext)
             throws org.apache.http.HttpException,
                    java.io.IOException
Specified by:
service in interface Worker
Throws:
org.apache.http.HttpException
java.io.IOException

getHostAddress

public java.lang.String getHostAddress(AxisHttpRequest request)
                                throws java.net.SocketException
Throws:
java.net.SocketException


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.