|
Hi all;
when we engage a module to somewhere in the system
(to system , to a service , to an operation) we are not going to inform
module about that , but I think we need to allow module to add its policy ,
parameters and so on into corresponding descriptions. To support that I need to
change Module interface. And I think we need to add following two methods into
it and need to change its init method to take configurationconetext and
ModuleDescription as arguments.
Interface Module {
void init(ConfigurationConetext configContext ,
ModuleDescriptoion moduledesc) throws AxisFault ;
void engage(AxisService service) throws
AxisFault ;
void engage(AxisOperation operation) throws
AxisFault ;
}
Thanks, Deepal ................................................................ ~Future is Open~ |
- [Axis2] Inform module when they enagage to system Deepal Jayasinghe
- Re: [Axis2] Inform module when they enagage to sy... Sanka Samaranayake
- Re: [Axis2] Inform module when they enagage t... Sanjiva Weerawarana
- Re: [Axis2] Inform module when they enagage t... Deepal Jayasinghe
- Re: [Axis2] Inform module when they enaga... Sanka Samaranayake
- Re: [Axis2] Inform module when they e... Davanum Srinivas
- Re: [Axis2] Inform module when t... Ajith Ranabahu
