<?xml version="1.0"?>

<beans
	default-destroy-method="destroy"
	default-init-method="afterPropertiesSet"
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
>
	<bean id="com.liferay.portal.kernel.notifications.NotificationEventFactory" class="com.liferay.portal.notifications.NotificationEventFactoryImpl" />
	<bean id="com.liferay.portal.kernel.notifications.NotificationEventFactoryUtil" class="com.liferay.portal.kernel.notifications.NotificationEventFactoryUtil">
		<property name="notificationEventFactory" ref="com.liferay.portal.kernel.notifications.NotificationEventFactory" />
	</bean>
	<bean id="com.liferay.portal.kernel.notifications.ChannelHubManager" class="com.liferay.portal.notifications.ChannelHubManagerImpl">
		<property name="channelHubPrototype">
			<bean class="com.liferay.portal.notifications.ChannelHubImpl">
				<property name="channelPrototype">
					<bean class="com.liferay.portal.notifications.ChannelImpl" />
				</property>
			</bean>
		</property>
	</bean>
	<bean id="com.liferay.portal.kernel.notifications.ChannelHubManagerUtil" class="com.liferay.portal.kernel.notifications.ChannelHubManagerUtil">
		<property name="channelHubManager" ref="com.liferay.portal.kernel.notifications.ChannelHubManager" />
	</bean>
</beans>