How to call method of one adapter from the method of other adapter?
Suppose, I have two adapters :
1. ReadAdapter that has method ReadFile.
2. CreateAdapter that has method CreateFile
Now I wants to call ReadFile method of ReadAdapter from CreateAdapter's CreateFile method.
Is it possible in Worklight 6.1