public class DataContext extends Object
DataContext
is the wrapper to hold Context
and CallableUnitCallback
.Modifier and Type | Field and Description |
---|---|
CallableUnitCallback |
callback |
Context |
context |
Constructor and Description |
---|
DataContext(Context context,
CallableUnitCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
notifyReply(BStruct response,
BStruct httpConnectorError) |
public Context context
public CallableUnitCallback callback
public DataContext(Context context, CallableUnitCallback callback)
Copyright © 2018 WSO2. All rights reserved.