public class ClientWorker
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
ClientWorker(org.apache.axis2.context.ConfigurationContext cfgCtx,
java.io.InputStream in,
org.apache.http.HttpResponse response,
org.apache.axis2.context.MessageContext outMsgCtx,
java.lang.String endpointURLPrefix)
Create the thread that would process the response message received for the outgoing message
context sent
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Process the received response through Axis2
|
public ClientWorker(org.apache.axis2.context.ConfigurationContext cfgCtx, java.io.InputStream in, org.apache.http.HttpResponse response, org.apache.axis2.context.MessageContext outMsgCtx, java.lang.String endpointURLPrefix)
cfgCtx
- the Axis2 configuration contextin
- the InputStream to read the body of the response message receivedresponse
- HTTP response received from the serveroutMsgCtx
- the original outgoing message context (i.e. corresponding request)endpointURLPrefix
- The endpoint URL prefixCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.