Understanding Implementing Handlers Using Application Classes
You can specify an application class as a handler for a service operation. This is the most typical implementation of a handler.
The process for implementing a handler using an application class is:
-
Develop an application class for implementing the handler.
This process is discussed in this section.
See Developing Application Classes for Implementing Handlers.
-
Add a handler to the service operation.
This process is discussed elsewhere in this topic.
-
Specify general handler details.
This process is discussed elsewhere in this topic.
-
Specify application class details for the handler.
This process is discussed in this section.