| java.lang.Object org.apache.axis2.transport.nhttp.ClientWorker
ClientWorker | public class ClientWorker implements Runnable(Code) | | Performs processing of the HTTP response received for our outgoing request. An instance of this
class is created to process each unique response.
|
Constructor Summary | |
public | ClientWorker(ConfigurationContext cfgCtx, InputStream in, HttpResponse response, MessageContext outMsgCtx) Create the thread that would process the response message received for the outgoing message
context sent
Parameters: cfgCtx - the Axis2 configuration context Parameters: in - the InputStream to read the body of the response message received Parameters: outMsgCtx - the original outgoing message context (i.e. |
Method Summary | |
public void | run() |
ClientWorker | public ClientWorker(ConfigurationContext cfgCtx, InputStream in, HttpResponse response, MessageContext outMsgCtx)(Code) | | Create the thread that would process the response message received for the outgoing message
context sent
Parameters: cfgCtx - the Axis2 configuration context Parameters: in - the InputStream to read the body of the response message received Parameters: outMsgCtx - the original outgoing message context (i.e. corresponding request) |
run | public void run()(Code) | | Process the received response through Axis2
|
|
|