#include <WSDDService.h>
Inheritance diagram for WSDDService:
Public Methods | |
const list< AxisString > | getAllowedMethods () const |
void | SetServiceName (const AxisChar *sServiceName) |
void | SetProvider (const AxisChar *sProvider) |
PROVIDERTYPE | GetProvider () |
const AxisChar * | GetServiceName () const |
bool | IsAllowedMethod (const AxisChar *sMethodName) const |
void | AddAllowedMethod (const AxisChar *sMethodName) |
const WSDDHandlerList * | GetResponseFlowHandlers () const |
void | AddHandler (bool bRequestFlow, WSDDHandler *pHandler) |
const WSDDHandlerList * | GetRequestFlowHandlers () const |
void | AddAllowedRole (const AxisChar *sRole) |
const list< AxisString > & | GetAllowedRoles () |
WSDDService () | |
virtual | ~WSDDService () |