| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
http://www.osgi.org/xmlns/blueprint/v1.0.0)>http://www.osgi.org/xmlns/blueprint/v1.0.0))?| Nested Element Summary | |||||||||||||||||||||
| sequence |
|
||||||||||||||||||||
| Attribute Summary | |
Tactivation | activation
The activation attribute for this component. |
TautoExportModes | auto-export
If set to a value different from "disabled", the Blueprint Container will introspect the target to discover the set of interfaces or classes that the service will be registered under. |
TdependsOn | depends-on
depends-on identifies (by id) other components that this component depends on. |
ID | id
|
Tclass | interface
The interface that this OSGi service will provide. |
int | ranking
A service ranking value that is added to the service properties the service will be published with. |
Tidref | ref
The ref attribute can be used to specify the component that provides the object exported as an OSGi service. |
| 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
If set to a value different from "disabled", the Blueprint Container
will introspect the target to discover the set of interfaces or classes
that the service will be registered under.
Defined with global type TautoExportModes
"disabled"
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 ID
The interface that this OSGi service will provide.
Defined with global type Tclass
A service ranking value that is added to the service properties
the service will be published with.
Defined with global type int
"0"
The ref attribute can be used to specify the component that provides
the object exported as an OSGi service.
Defined with global type Tidref
| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||