org.apache.axis2.transport.http.server
Interface Worker

All Known Implementing Classes:
HTTPWorker

public interface Worker


Method Summary
 void service(AxisHttpRequest request, AxisHttpResponse response, MessageContext msgContext)
           
 

Method Detail

service

void service(AxisHttpRequest request,
             AxisHttpResponse response,
             MessageContext msgContext)
             throws org.apache.http.HttpException,
                    IOException
Throws:
org.apache.http.HttpException
IOException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.