|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2003-01-21 14:55:02
|
Hi Jason,
> MessageServiceHandlerConnection is a package private class. Could this
> be made public so I can access it?
MessageServiceHandlerConnection is now set public in the lastest
CVS source tree. You can call send(SOAPMessage) or send(EbxmlMessage)
to send messages. Also, in calling MessageServiceHandler.register(),
you have to supply the MessageServiceHandlerConfig in which there is
a MessageListener included. In case this MessageListener is a polling one,
to receive messages, you can call MessageServiceHandlerConnection.
getMessage() to collect the messages, just like the case in which Request
does for you.
Regards,
CY
----------------------------------------------------------------------------
Ng Chi Yuen, CY. cy...@ce... http://www.cecid.hku.hk/
Technology Officer,
Centre for E-Commerce Infrastructure Development,
The University of Hong Kong
----------------------------------------------------------------------------
|