NonStop SOAP User's Manual

Customizing the SOAP Server
NonStop SOAP User’s Manual520501-012
8-19
class SoapUEHandler_Generic
class SoapUEHandler_Generic
This class declaration is generated. You can override virtual methods to provide
general user-exit functionalities for all services and operations. For user-exit
functionalities specific to a Pathway service, the calls are forwarded to
forwardHandler_. At run time, the SOAP server uses a class factory to construct a
SoapUEHandler_Generic object which contains an internal SoapUEHandler
corresponding to the Pathway service indicated in the request message.
You can override methods in SoapUEHandler_Generic class. For example: