Using an Application View Control
This topic describes how to use an existing Application View control in your web service.
To learn about controls, see the Controls: Using Resources from a Web Service.
To learn about Application View controls, see Application View Control: Accessing an Enterprise Application from a Web Service.
To learn how to create a Application View control, see Creating a New Application View Control.
All controls follow a consistent model. Therefore, most aspects of using an existing Application View control are identical to using any other existing control.
To learn about using an existing control, see Using a Control.
There are properties that are specific to the Application View control. If you choose to copy and customize an existing Application View control, the properties you may wish to modify are:
av-identity
For more information, see @jws:av-identity
Tag.
av-service
For more information, see @jws:av-service
Tag.
All Application View controls are subclassed from the ApplicationViewControl interface. The interface defines methods that may be called on Application View control instances from a web service.
To learn more about this interface, see ApplicationViewControl Interface.