Entry No.6
date: 5th, June

Due to the permutation of the variables: Signed, MDN, Encrypted, MDNSigned, Synchronous MDN, there are many different types of the AS2 message. In order to send different types of messages, the AS2Message class was designed to

AS2Message Class Diagram

As shown, there are more than one send methods and all of them are static. According to this design, the Sender does not need to construct any AS2Message object, instead the Sender can directly call the proper static send method to send the message.

However this design has a few disadvantages:

Because of the considerations above, the class has been redesigned to

New AS2Message Class Diagram

top
Introduction  
Events
Deliverables
workLog
aboutMe