#include <IAdminUtils.h>
Inheritance diagram for IAdminUtils:
Public Methods | |
virtual int | updateWSDD (AxisChar *wsdd)=0 |
Updates the WSDD information of Axis Engine. |
This interface contains all the special functionalities that the Admin Web service is provided by the Axis Engine. Such as deploying and undeploying services/handlers dynamically.
|
Updates the WSDD information of Axis Engine. Updates the WSDD information of the Axis Engine. This functions is called by the Admin Web service when the Admin Client is used to deploy a web service.
Implemented in AdminUtils. |