Are you talking about in the server framework or FOM apis?
- James Vasudeva Nori wrote:
in Entry Object, is there ANY field to which I can assign a Java Object - and let it NOT be touched by Abdera at all until I get to the custom writer - where it will be accessed and decoded. No, I am not talking about serializing the object. I want to carry the object reference from the getEntry() method to the writer which is called by abdera on its output chain. thanks