stubDefinitions element

Generates implementations for stub functions for port-type operations.

Usage

<stubDefinitions>
  child elements
</stubDefinitions>

Attributes

There are no attributes.

Child elements

Element Description
deallocator
Specifies the type of deallocator to be used by a stub function.

eventArg
Specifies whether related event arguments are included in the generated functions.

events
Specifies whether related events are included in the generated functions.

faultInfo
Specifies whether parameters used to pass fault information are included in generated functions.

operation
Specifies an operation for which code is to be generated.

operationDeallocator
Specifies the type of deallocator to be used by an operation's stub function.

portType
Specifies the port type for which code is to be generated.

serverClass
Specifies the name of the host-side server class.

Child element sequence

(
  portType?, 
  operation*, 
  serverClass, 
  eventArg?, 
  events?, 
  operationDeallocator*, 
  deallocator?, 
  faultInfo?
)

Parent elements

Element Description
file
Outputs a file from the code generator.

Element information

Label Value
Minimum supported system
Windows Vista
Can be empty No