| FUSE Mediation Router 2.8 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
{http://www.osgi.org/xmlns/blueprint/v1.0.0}Targument
http://www.osgi.org/xmlns/blueprint/v1.0.0) | idref | value | list | set | map | array | props | null)?
An argument used to create an object defined by a <bean>
component. The <argument> elements are the arguments for the
bean class constructor or passed to the bean factory method.
The type, if specified, is used to disambiguate the constructor
or method signature. Arguments may also be matched up with
arguments by explicitly specifying the index position. If the
index is used, then all <argument> elements for the bean must
also specify the index.
The value and ref attributes are convenience shortcuts to make
the <argument> tag easier to code. A fuller set of injected
values and types can be specified using one of the "value"
type elements.
| Nested Element Summary | |
| sequence | |
| Attribute Summary | |
nonNegativeInteger | index
|
Tidref | ref
|
Ttype | type
|
TstringValue | value
|
| Attribute Detail |
Defined with global type nonNegativeInteger
Defined with global type Tidref
Defined with global type Ttype
Defined with global type TstringValue
| FUSE Mediation Router 2.8 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||