user manual
28 SilkPerformer Java Explorer User Guide
3 S
ETTING UP TESTS
Design View
Web Services are treated as if they only have static methods.
The following folders are available in Classes view:
Remote Objects Home interfaces of Enterprise JavaBeans on remote servers are included in this
folder. Home interfaces are looked up on a naming service via JNDI. Invoking a
create method on EJB home objects instantiates EJB objects on servers.
Web Services This folder lists stub classes, which are helper classes that encapsulate network
communication. These classes are derived from org.apache.axis.client.Stub.
Asynchronous method calls are not allowed and therefore are not shown.
Other Classes Other Java classes or the application under test are included in this folder.
Objects Tab
When an object is instantiated through a constructor or returned by a method
and stored in a variable, the object is listed in Java Explorer’s Loaded
Components pane on the Objects tab (Design view only). Instance members and
methods that can then be invoked by the user are displayed.