|
From: <bob...@us...> - 2003-12-09 08:59:14
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/monitor
In directory sc8-pr-cvs1:/tmp/cvs-serv15054/src/hk/hku/cecid/phoenix/message/monitor
Modified Files:
ConfigDialog.java MessageBox.java
Log Message:
Add two constructor on EbxmlMessage which can load
the message from file and InputStream. The logic is re-use the one
from MessageServer.
The logic on MessageServer is changed to allow support on DataSource
as input to load the message.
Change AttachmentDataSource to support DataSource as input.
Change class to reduce warning on making JavaDoc
Reduce the import * and unused import for some of the classes.
format some of the codes.
Index: ConfigDialog.java
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/monitor/ConfigDialog.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ConfigDialog.java 9 Apr 2003 07:48:08 -0000 1.14
--- ConfigDialog.java 9 Dec 2003 08:59:09 -0000 1.15
***************
*** 193,197 ****
* draws UI of the dialog.
*
! * @param parant main program
*/
public ConfigDialog(Monitor parent) {
--- 193,197 ----
* draws UI of the dialog.
*
! * @param parent main program
*/
public ConfigDialog(Monitor parent) {
Index: MessageBox.java
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/monitor/MessageBox.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MessageBox.java 9 Apr 2003 07:48:13 -0000 1.4
--- MessageBox.java 9 Dec 2003 08:59:10 -0000 1.5
***************
*** 93,97 ****
* Construct the message box.
*
! * @param parant the parent window of the message box
* @param title the title to show on the message box
* @param message the message to show on the message box
--- 93,97 ----
* Construct the message box.
*
! * @param parent the parent window of the message box
* @param title the title to show on the message box
* @param message the message to show on the message box
|