Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates implementations for subscribe/unsubscribe proxy functions for port type notification operations.
Usage
<subscriptionProxyFunctionImplementations
extensible = "boolean">
child elements
</subscriptionProxyFunctionImplementations>
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
extensible |
boolean |
No |
The ability to add extensibility points to functions and interfaces. This value is always set to true. |
Child elements
Element | Description |
---|---|
notificationInterface |
Specifies the name of the notification interface used with event subscriptions. |
operation |
Specifies an operation for which code is to be generated. |
portType |
Specifies the port type for which code is to be generated. |
proxyClass |
Specifies the name of the client-side proxy class. |
Child element sequence
(
portType?,
operation*,
proxyClass?,
notificationInterface?
)
Parent elements
Element | Description |
---|---|
file |
Outputs a file from the code generator. |
Element information
Label | Value |
---|---|
Minimum supported system |
Windows Vista |
Can be empty | Yes |