Class ClientWorker
- java.lang.Object
-
- org.apache.synapse.transport.passthru.ClientWorker
-
-
Constructor Summary
Constructors Constructor Description ClientWorker(TargetConfiguration targetConfiguration, org.apache.axis2.context.MessageContext outMsgCtx, TargetResponse response)
ClientWorker(TargetConfiguration targetConfiguration, org.apache.axis2.context.MessageContext outMsgCtx, TargetResponse response, List<String> allowedResponseProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkerState
getWorkerState()
void
run()
-
-
-
Constructor Detail
-
ClientWorker
public ClientWorker(TargetConfiguration targetConfiguration, org.apache.axis2.context.MessageContext outMsgCtx, TargetResponse response)
-
ClientWorker
public ClientWorker(TargetConfiguration targetConfiguration, org.apache.axis2.context.MessageContext outMsgCtx, TargetResponse response, List<String> allowedResponseProperties)
-
-
Method Detail
-
getWorkerState
public WorkerState getWorkerState()
-
-