Application Classes
Application classes house the processing logic for asynchronous and synchronous messages. By implementing the Integration Broker application classes, you can reuse code and access other benefits of application classes.
The following application classes exist for PeopleSoft Integration Broker. See the individual applicable application class interfaces for more information about the methods contained in an application class.
To access these application classes, in PeopleSoft Application Designer, open the PS_PT application package and open the Integration subpackage.
Note:
All of the Integration Broker application classes are defined as interfaces. This means that there is no native implementation of them: you must import them to your program and implement them if you want to use them.
| Application Class | Methods Contained in Application Class | Comments |
|---|---|---|
|
INotificationHandler |
|
This interface is the equivalent of the Subscription Message event PeopleTools releases prior to PeopleTools 8.48. |
|
IReceiver |
|
This interface is the equivalent of the OnAckReceive Message event in PeopleTools releases prior to PeopleTools 8.48. |
|
IRequestHandler |
|
This interface is the equivalent of the OnRequest Message event in PeopleTools releases prior to PeopleTools 8.48. |
|
IRouter |
|
This interface is the equivalent of the OnRouteSend and OnRouteReceive Message events in PeopleTools releases prior to PeopleTools 8.48. |
|
ISend |
|
This interface is the equivalent of the OnSend Message event in PeopleTools releases prior to PeopleTools 8.48. |
Each of the methods contained in these application classes is described in this section.