<component name="com.adobe.csi.core.observer.IPublisher">
	<implementation class="com.adobe.csi.core.observer.Publisher"/>
	<service>
		<provide interface="com.adobe.csi.core.observer.IPublisher"/>
	</service>
	<reference
		name="IObserver"
		interface="com.adobe.csi.core.observer.IObserverSynchron"
		bind="addObserver"
		unbind="removeObserver"
		cardinality="0..n"
		policy="dynamic"/>
	
</component>
