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();
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|