Hi all;

 

To support some new features with Axis2 without changing the core architecture I am thinking of making AxisConfiguration Observable. Then if some one wants to provide nice feature with he can go ahead and do that good use case is providing RSS feeders.

 

In order to do this I have to do following

1.      Introduce event called AxisEvent which take AxisConfiguration as constructor argument. And the event can be used to notify to all the observers.

2.      provide a way to add and register Listeners (Observer) to Axis2 by adding following element to axis2.xml

 

<listener name=”RSS” class = “org.apche.axis2.rss.RssObserver”>

 

At the deployment time those observers will be loaded and initiate.

 

Comments ….

 
Thanks,
 Deepal
................................................................
~Future is Open~
 

 

Reply via email to