#include <WSDDDeployment.h>
Inheritance diagram for WSDDDeployment:
Public Methods | |
int | deploy (string sServiceName, string sDllPath, Axis_ArrayTag inArray) |
int | unDeploy (string sServiceName) |
int | LoadWSDD (const AxisChar *sWSDD) |
int | UpdateWSDD () |
const AxisChar * | GetLibName (int nLibId) |
const WSDDService * | GetService (const AxisChar *sServiceName) |
const WSDDHandlerList * | GetGlobalRequestFlowHandlers () |
const WSDDHandlerList * | GetGlobalResponseFlowHandlers () |
const WSDDHandlerList * | GetTransportRequestFlowHandlers (AXIS_PROTOCOL_TYPE protocol) |
const WSDDHandlerList * | GetTransportResponseFlowHandlers (AXIS_PROTOCOL_TYPE protocol) |
const WSDDServiceMap * | GetWSDDServiceMap () const |
DEPLOYMENTTYPE | GetDeploymentType () const |
WSDDDeployment () | |
virtual | ~WSDDDeployment () |
Friends | |
class | WSDDDocument |
|
Performs the deployment. Implements IDeployerUtils. |
|
Performs the undeployment. Implements IDeployerUtils. |