Showing:

Annotations
Attributes
Model
Properties
Element blueprint
Namespace http://www.osgi.org/xmlns/blueprint/v1.0.0
Annotations
The <blueprint> element is the root element for a blueprint
                configuration file.  A blueprint configuration has two sections.
                The first section (contained within the <type-converters> element)
                identifies components that are used for converting values into
                different target types.  The type converters are optional, so
                the file does not need to specify a type converter section.

                Following the type converters are the component definitions.
                Components are <bean>, <service>, <reference>, and
                <reference-list> elements that identify the bundle components that will
                be managed by the blueprint service.
Type Tblueprint
Properties
content complex
Model
description{0,1} , type-converters{0,1} , (service | reference-list | bean | reference | ANY element from ANY namespace OTHER than 'http://www.osgi.org/xmlns/blueprint/v1.0.0')
Children bean, description, reference, reference-list, service, type-converters
Attributes
QName Type Default Use Annotation
default-activation Tactivation eager optional
Specifies the default activation setting that will be defined
for components.  If not specified, the global default is "eager".
Individual components may override the default value.
default-availability Tavailability mandatory optional
Specifies the default availability value to be used for
<reference>, and <reference-list> components.  The
normal default is "mandatory", and can be changed by individual
service reference components.
default-timeout Ttimeout 300000 optional
Specifies the default timeout value to be used when operations
are invoked on unstatisfied service references.  If the
reference does not change to a satisfied state within the timeout
window, an error is raised on the method invocation.  The
default timeout value is 300000 milliseconds and individual
<reference> element can override the specified configuration
default.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.osgi.org/xmlns/blueprint/v1.0.0'