| FUSE Mediation Router 2.7 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | COMPLEX TYPES | SIMPLE TYPES | GROUPS | FRAMES | NO FRAMES | ||||||
| Element Summary | |
| blueprint | The <blueprint> element is the root element for a blueprint configuration file. |
| Complex Type Summary | |
| Targument | An argument used to create an object defined by a <bean> component. |
| Targument/description | |
| Tbean | The type definition for a <bean> component. |
| Tblueprint | |
| Tblueprint/description | |
| Tblueprint/type-converters | |
| Tblueprint/service | |
| Tblueprint/reference-list | |
| Tblueprint/bean | |
| Tblueprint/reference | |
| Tcollection | Tcollection is the base schema type for different ordered collection types. |
| Tcomponent | The Tcomponent type is the base type for top-level Blueprint components. |
| Tdescription | A generic <description> element type to allow documentation to added to the blueprint configuration. |
| Tinlined-bean | The Tinlined-bean type is used for inlined (i.e. |
| Tinlined-reference | The Tinlined-reference type is used for inlined (i.e. |
| Tinlined-reference-list | The Tinlined-reference-list type is used for inlined (i.e. |
| Tinlined-service | The Tinlined-service type is used for inlined (i.e. |
| Tinterfaces | The type definition for the <interfaces> element used for <service> |
| Tinterfaces/value | |
| Tkey | The Tkey type defines the element types that are permitted for Map key situations. |
| Tmap | Tmap is the base type used for <map> elements. |
| Tmap/entry | |
| TmapEntry | TmapEntry is used for <entry> elements nested inside of a <map> element. |
| TmapEntry/key | |
| Tnull | The definition for a <null> value type. |
| Tprop | Tprop is a single property element for a <props> value type. |
| Tproperty | A property that will be injected into a created <bean> component. |
| Tproperty/description | |
| Tprops | Tprops is the type used by the <props> value element. |
| Tprops/prop | |
| Tref | Tref is the type used for <ref> elements. |
| Treference | The Treference type defines the <reference> element. |
| Treference-list | The Treference-list builds in the characteristics of the TserviceReference type to define characteristics of the <reference-list>. |
| TreferenceListener | TReferenceListener defines a reference listener that is attached to a <reference> or <reference-list> element. |
| TregistrationListener | A registration listener definition. |
| Tservice | Tservice is the type for services exported by this blueprint bundle. |
| TserviceProperties | TserviceProperty is used for <service-properties> elements. |
| TserviceProperties/entry | |
| TservicePropertyEntry | TservicePropertyEntry is an entry value used for the <service-properties> element. |
| TserviceReference | TserviceReference is the base element type used for <reference> and <reference-list> elements. |
| Ttype-converters | The type used for the <type-converters> element. |
| Ttype-converters/bean | |
| Ttype-converters/reference | |
| Ttype-converters/ref | |
| TtypedCollection | TtypeCollection defines comment attributes shared among different collection types that allow a default value type to be specified. |
| Tvalue | Tvalue is the type used for <value> elements. |
| Simple Type Summary | |
| Tactivation | Tactivation defines the activation type for components. |
| TautoExportModes | TautoExportModes is a base type that should be used for export-mode attributes. |
| Tavailability | Tavailability defines an availability attribute type. |
| Tclass | Tclass is a base type that should be used for all attributes that refer to java class names. |
| TdependsOn | TdependsOn is a base type that should be used for all attributes that specify depends-on relationships |
| Tidref | Tidref is a base type that should be used for all attributes that refer to component ids. |
| TinterfaceValue | TinterfaceValue is used for subelements of the <interfaces> element. |
| Tmethod | Tmethod is a base type that should be used for all attributes that refer to java method names. |
| Tscope | |
| Tservice-use | Indicates the type of object that will be placed within the reference collection. |
| TstringValue | TstringValue is a base type that should be used for all attributes that refer to raw string values |
| Ttimeout | Ttimeout is a base type that should be used for all attributes that specify timeout values |
| Ttype | Ttype is a base type that refer to java types such as classes or arrays. |
This is the XML Schema for the OSGi Blueprint service 1.0.0
development descriptor. Blueprint configuration files
using this schema must indicate the schema using the
blueprint/v1.0.0 namespace. For example,
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
if used as a qualified namespace, "bp" is the recommended
namespace prefix.
| FUSE Mediation Router 2.7 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | COMPLEX TYPES | SIMPLE TYPES | GROUPS | FRAMES | NO FRAMES | ||||||