background image
<< Templates for Stub Generation - EJB | Test Script Services >>
<< Templates for Stub Generation - EJB | Test Script Services >>

Templates for Stub Generation - COM/VB

22
Chapter 2 - Basic Concepts
COM/VB
The following table lists the template used to generate the stub code that defines the
Visual Basic class.
The following table lists the templates that are used to create the method bodies for
the COM/VB stub. Different templates are used depending on the type of method
being stubbed.
Template
Description
VBCOMClass.template
Template used in all cases to generate the code
that defines the Visual Basic class.
Template
Description
FunctionBody.template
Template used for functions. (Functions are
methods that have return values.)
FunctionBodyWithoutLookUp.template
Template used for functions without
parameters. (No look up code is generated when
a method has no parameters.)
PropertyGetBody.template
Template used for "Property Get" methods.
PropertyGetBodyWithoutLookUp.template Template used for "Property Get" methods
without parameters. (No lookup code is
generated when a method has no parameters.)
PropertyLetBody.template
Template used for "Property Let" methods.
SubBody.template
Template used for subroutines. (Subroutines are
methods that have no return value.)
SubBodyWithoutLookUp.template
Template used for subroutines without
parameters. (No lookup code is generated when
a method has no parameters.)