NonStop SOAP User's Manual

NonStop SOAP User-Exits
NonStop SOAP User’s Manual520501-012
C-35
SoapUEClassFactory.cpp
~SoapUEHandler_Generic()
{
delete forwardHandler_;
forwardHandler_ = NULL;
serviceEnv_ = NULL;
}
};
class SoapPW_UEHandler_TOUPPER : public SoapUEHandler
{
};
#endif
Note. : When the SDL is first deployed, the SoapUEHandler_impl.cpp is empty. The
methods required to be implemented for user-exit processing will be defined in this file.