| Element <include> |
| Identifies a method, or set of methods, to be included. |
| Attribute method (required) | Translator: | string |
| A method pattern used to identify the affected methods. |
| Conversion Rules |
|
<create-object class="service.MethodContribution,include"
/>
<read-attribute attribute="method"
property="methodPattern"
/>
<invoke-parent method="addElement"
/>
|
| Element <exclude> |
| Identifies a method, or set of methods, to be excluded. |
| Attribute method (required) | Translator: | string |
| A method pattern used to identify the affected methods. |
| Conversion Rules |
|
<create-object class="service.MethodContribution"
/>
<read-attribute attribute="method"
property="methodPattern"
/>
<invoke-parent method="addElement"
/>
|
| References |
|
|