Interface Worker
- All Known Implementing Classes:
HTTPWorker
public interface Worker
-
Method Summary
Modifier and TypeMethodDescriptionvoidservice(AxisHttpRequest request, AxisHttpResponse response, org.apache.axis2.context.MessageContext msgContext)
-
Method Details
-
service
void service(AxisHttpRequest request, AxisHttpResponse response, org.apache.axis2.context.MessageContext msgContext) throws org.apache.hc.core5.http.HttpException, IOException - Throws:
org.apache.hc.core5.http.HttpExceptionIOException
-