You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Mahen Perera <ma...@gmail.com> on 2004/09/09 07:44:07 UTC

What are the design patterns used?

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