Hi ! I want to what are the design patterns used in Axis. Not the general stuff like Factory pattern, but more specific things such as Chain of Responsibility , Mediator etc.
Specifically, I would like to know whether the Chain of Responsibility pattern is used in the Handler Architecture (invocation of handlers) Sending the same MessageContext object to all handlers in order to communicate between them -- is this a use of the Mediator Pattern? Mahen