| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
Similar to the lookup method mechanism, the replaced-method element is used to control IoC container method overriding: Method Injection. This mechanism allows the overriding of a method with arbitrary code.
Nested Element Summary | |
| arg-type |
Attribute Summary | |
xsd:string | name The name of the method whose implementation must be replaced by the IoC container. |
xsd:string | replacer Bean name of an implementation of the MethodReplacer interface in the current or ancestor factories. |
Attribute Detail |
xsd:string
optional
unqualified
xsd:string
optional
unqualified
<xsd:element name="replaced-method"><xsd:complexType></xsd:element><xsd:sequence>
</xsd:sequence><xsd:attribute name="name" type="xsd:string">
</xsd:attribute><xsd:attribute name="replacer" type="xsd:string"></xsd:complexType>
</xsd:attribute>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |