|
From: Jason v. Z. <ja...@ze...> - 2003-01-21 02:19:39
|
On Mon, 2003-01-20 at 01:19, Patrick Yee wrote: > Hi Jason, > > By our design, you can use the following steps to directly send out a > message. Essentially you are embedding the MSH server in your application. > > 1. Create an instance of MessageServiceHandler > 2. Call register() of the MessageServiceHandler instance, passing in the > MessageServiceHandlerConfig object, containing some sending parameters. The > register() function will return a MessageServiceHandlerConnection object. MessageServiceHandlerConnection is a package private class. Could this be made public so I can access it? > 3. Call send() method of the MessageServiceHandlerConnection. > 4. Call the destroy() method of the MessageServiceHandler instance. Note > that the MSH may be still trying to send messages. So you may need to take > care of that. > > Hope this helps. > > Regards, -Patrick > -- > Patrick Yee > System Architect > Center for E-Commerce Infrastructure Development (CECID) > Dept. of Computer Science and Information Systems > The University of Hong Kong > Tel: (852) 22415674 > Fax: (852) 25474611 > > > ----- Original Message ----- > From: "Jason van Zyl" <ja...@ze...> > To: <ebx...@li...> > Sent: Monday, January 20, 2003 1:01 PM > Subject: [ebxmlms-develop] By passing the stub > > > > Hi, > > > > With the current setup I have the typical client code stub connecting > > the servlet which dispatches my message but is there anyway to send a > > message directly the remote host? > > > > -- > > jvz. > > > > Jason van Zyl > > ja...@ze... > > http://tambora.zenplex.org > > > > In short, man creates for himself a new religion of a rational > > and technical order to justify his work and to be justified in it. > > > > -- Jacques Ellul, The Technological Society > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > > are you planning your Web Server Security? Click here to get a FREE > > Thawte SSL guide and find the answers to all your SSL security issues. > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > > _______________________________________________ > > ebxmlms-develop mailing list > > ebx...@li... > > https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > ebxmlms-develop mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop -- jvz. Jason van Zyl ja...@ze... http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society |