hi to all,
i am very much impressed of this forums, it helped me a lot,
i have one more requirement, please help me out in this area also.
i have one java bean object create by accessing fields from HL7 message, but how can i send this object to my destination/ my destination will be JMS message writer.
i am not able to see any thing related to this created object in my destination template
please contribute your help, looking forward for your replay.
my code :
var obj=new Packages.myPac.Me();
logger.info(obj);
return obj;
-------------------------------------now i have pass this object to any destination
my code
regards,
Noor.
i am very much impressed of this forums, it helped me a lot,
i have one more requirement, please help me out in this area also.
i have one java bean object create by accessing fields from HL7 message, but how can i send this object to my destination/ my destination will be JMS message writer.
i am not able to see any thing related to this created object in my destination template
please contribute your help, looking forward for your replay.
my code :
var obj=new Packages.myPac.Me();
logger.info(obj);
return obj;
-------------------------------------now i have pass this object to any destination
my code
regards,
Noor.
Comment