You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2005/04/08 06:34:47 UTC

[Ws Wiki] Update of "FrontPage/Axis2/MessageReceivers" by SrinathPerera

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by SrinathPerera:
http://wiki.apache.org/ws/FrontPage/Axis2/MessageReceivers

New page:
= Writing the MessageRecivers based on the E4X, EJB, JMS =

The Axis engine hands over the MessageContext to the MessageReceiver and we should supply few implementation of the MessageReciver that are configurable. The task is to write the MessageRecivers that are work on the E4X, EJB or/and JMS to provide the business logic. The ideas, concept and may be code can be get from the Axis 1.x Providers