Thanks! I managed to do what I wanted :)
On Thu, Nov 17, 2011 at 8:25 AM, Deepal jayasinghe <deep...@gmail.com>wrote: > On 11/16/2011 9:43 PM, Amila Liyanaarachchi wrote: > > Hi, > > > > First of of all I'm a newbie, and I'm working on a research trying to > > implement a new caching scheme on axis2 which requires some additional > > service specific information (3-4 parameters). > > I'm expecting to access this information from 'AxisService' which > > usually contains the static information about a particular service (if > > I'm not mistaken) > > > > My question is will it be possible for me to add this extra > > information in the services.xml file and fetch in to the AxisService > > instance without modifying the Axis2 core (ex: ServiceBuilder)? > Yes, services.xml is there to help you to achieve that. Add those > parameters to your services.xml file and then those parameter can be > access through corresponding services. > > Deepal > > Or is there any built-in mechanism to achieve this without doing what > > I have suggested? > > > > Thanks, > > Amila > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org > > -- Amila