Block Service ExportAttributes
Nested Elements
DescriptionDeclaration of an exported service and the association to an implementation component. Sample XML<!-- locally source reference --> <service type="tutorial.location.LocationService"> <source>info</source> </service> <!-- nested source reference to component named xyz in the subcontainer aaa --> <service type="tutorial.location.LocationService"> <source>aaaa/xyz</source> </service> |