| FUSE Mediation Router 2.7 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}Tcomponent
{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tbean
http://www.osgi.org/xmlns/blueprint/v1.0.0)>http://www.osgi.org/xmlns/blueprint/v1.0.0))*
The type definition for a <bean> component. The <bean>
attributes provide the characteristics for how to create a
bean instance. Constructor arguments and injected properties
are specified via child <argument> and <property> elements.
| Nested Element Summary | |||||||||
sequenceGbeanElements
|
|
||||||||
| Attribute Summary | |
Tactivation | activation
The activation attribute for this component. |
Tclass | class
|
TdependsOn | depends-on
depends-on identifies (by id) other components that this component depends on. |
Tmethod | destroy-method
|
Tmethod | factory-method
|
Tidref | factory-ref
|
ID | id
|
Tmethod | init-method
|
Tscope | scope
|
| Attribute Detail |
The activation attribute for this component. This can either
be "eager" or "lazy". If not specified, it
defaults to default-activation attribute of the enclosing
<blueprint> element.
Defined with global type Tactivation
Defined with global type Tclass
depends-on identifies (by id) other components that this component
depends on. The component only be activated after the
depends-on components are successfully activated. Also, if there
are <reference> or <reference-list> elements with unstatisfied
manadatory references, then the depends-on relationship will also
be used to determine whether this service is enabled or not.
Defined with global type TdependsOn
Defined with global type Tmethod
Defined with global type Tmethod
Defined with global type Tidref
Defined with global type ID
Defined with global type Tmethod
Defined with global type Tscope
| FUSE Mediation Router 2.7 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||