Entry No.5
date: 25th, May

New AS2 Architecture

Architecture Diagram

As shown in the diagram, the system contains mainly 3 parts: AS2 Sender, which sends out As2 messages; AS2 Handler, which receives and processes incoming AS2 messages and MDN; and a library called NetLib.

NetLib

This is the library of this program. Most of the business logic is implemented here. It mainly contains 2 classes: AS2Message and MIMEMessage.

AS2 Sender

The Sender has 2 layers: The user interface and the business logic that responds to the user interface and sends out messages

AS2 Handler

Microsoft IIS IHTTP handlers are used to process received messages.

top
Introduction  
Events
Deliverables
workLog
aboutMe