Previous Topic: Java Proxy Generated CodeNext Topic: Common Properties and Methods


Java Proxy (Classic Style) Interface

This section describes the interface of the Java Proxy (Classic Style). This interface is generated into a client or application JavaBean.

The interface consists of a set of properties and methods. The properties can be accessed using methods of the form setXXX and/or getXXX. For example:

myproxy.setClientId("clientid");
String id = myproxy.getClientId();