Re: [HAPI-devel] Get the port of the application

2012-03-29 Thread Ram
Today's Topics: > > 1. Re: Get the port of the application (LDH) > > > -- > > Message: 1 > Date: Tue, 20 Mar 2012 21:51:21 -0400 > From: LDH > Subject: Re: [HAPI-devel] Get the port of the application > To: hl7api-devel@l

Re: [HAPI-devel] Get the port of the application

2012-03-20 Thread LDH
on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ ___ Hl7api-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hl7api-devel -

Re: [HAPI-devel] Get the port of the application

2012-03-19 Thread Ram
m datatype (Gabriel Euzet) -- Message: 1 Date: Mon, 12 Mar 2012 17:02:01 +0530 From: Ram Subject: [HAPI-devel] Get the port of the application To: [email protected] Message-ID:<[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Re: [HAPI-devel] Get the port of the application

2012-03-12 Thread LDH
I am not sure how to read the port. An easy answer to your problem though is to create three Applications (one for each port), and in the processMessage() method, delegate to a common class for all three. That way, you can send in any additional configuration you may wish, including the port #.

[HAPI-devel] Get the port of the application

2012-03-12 Thread Ram
Hi, Let me explain my problem more clearly. I did made the server to run in three different ports. But the application configured with the server is same. So whenever i pass the HL7 message to any of the three ports, they are all calling the same processMessage() method of the application. T