Previous Topic: Java Proxy Generated CodeNext Topic: Java Proxy Object


Java Proxy Interface

CA Gen generates an object-oriented set of classes for each method selected for generation.

There are many classes generated, but a developer needs to be concerned with three main classes. Other classes are used internally by the proxy and are therefore not discussed here. The three classes are:

Each class exists within a package. That package is defined by the generator as either the short-model name (default) or a particular value specified at the business system or model level for the Java Package.

The following sections discuss the three classes in more detail.

More information:

Java Proxy (Classic Style)