org.apache.rampart
Interface RampartConfigCallbackHandler


public interface RampartConfigCallbackHandler

Callback handler interface to update Rampart Configuration dynamically. Updater class should implement this interface and should be registered using the Rampart Configuration as below. Example:

   
   o.a.r.ConfigUpdater
    ...
   
  


Method Summary
 void update(RampartConfig rampartConfig)
           
 

Method Detail

update

void update(RampartConfig rampartConfig)