90 likes | 186 Views
Axis2 - Core. Proposal . AxisRegistry MessageBus (Handler framework) A Messaging API Dialogs OUT API IN API!. Overall Architecture. Messaging API. Dialogs. Extensible Deployment Descriptors for Dialog. <dialog name=”abc” class=”Pqr”> <xxx class=”X1”/> <yyy class=”X2”/>
E N D
Proposal • AxisRegistry • MessageBus (Handler framework) • A Messaging API • Dialogs • OUT API • IN API!
Extensible Deployment Descriptors for Dialog <dialog name=”abc” class=”Pqr”> <xxx class=”X1”/> <yyy class=”X2”/> </dialog> Public class PQR{ X1 xxx; X2 yyy; ….. Getters and Setters }
OUT API • OUT API/Client API provides implementations of the Dialogs for the basic Message Exchange patterns in the client side.
IN API • IN API/Server API provides implementations of the Dialogs for the basic Message Exchange patterns in the server side.