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~

Reply via email to