|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.transport.nhttp.ClientWorker
public class ClientWorker
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 | |
---|---|
ClientWorker(ConfigurationContext cfgCtx,
java.io.InputStream in,
org.apache.http.HttpResponse response,
MessageContext outMsgCtx)
Create the thread that would process the response message received for the outgoing message context sent |
Method Summary | |
---|---|
void |
run()
Process the received response through Axis2 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientWorker(ConfigurationContext cfgCtx, java.io.InputStream in, org.apache.http.HttpResponse response, MessageContext outMsgCtx)
cfgCtx
- the Axis2 configuration contextin
- the InputStream to read the body of the response message receivedoutMsgCtx
- the original outgoing message context (i.e. corresponding request)Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |