Interface Worker
-
- All Known Implementing Classes:
HTTPWorker
public interface Worker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-