Remote ABL methods
- Last Updated: April 24, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Remote ABL methods
ProxyGen maps each ABL non-persistent procedure, internal procedure, and user-defined function exposed on the application server to a remote ABL method. These methods are part of an AppObject, SubAppObject, or ProcObject. ProxyGen generates method names using automatic conversion and conventions. For more information on proxy generation, see Learn About Open Clients.
Two sample non-persistent procedures follow:
|
ProxyGen generates the following Java proxy methods:
|