Re: [HAPI-devel] Processing a Single Message Multiple Times

2010-12-12 Thread Erik Gfesser
The question that comes to mind is what are you trying to achieve by doing so. Why not include the processing you plan for "otherHandler" and "logger", for example, within "handler"? Erik - Original Message From: "[email protected]" To: [email protected] Sent: Sun,

[HAPI-devel] Processing a Single Message Multiple Times

2010-12-12 Thread kc9ddi
Hello - I'm working on a simple Java app with HAPI, mainly just for personal interest at this point. I'm starting with the SendAndReceiveAMessage example as a starting point (http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/SendAndReceiveAMessage.html) What I'd like to be able to do is m