This method is automatically called by the Axis Engine when it loads a Handler. The purpose of this method is described below: For each Handler we could configure various parameters/options in the Server.wsdd or Client.wsdd. If the engine finds any such options then the engine will automaticaly call this method of each handler and will set those options to each Handler by calling this method of each Handler which those configuration options belong to. Normaly a Handler writer doesn't need to interact/deal with this method. - Parameters:
-
OptionList |
The map which contains the options to be set. |
|