
META-INF.vcChat-spring.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:cwp="http://www.carewebframework.org/schema/plugin" 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.xsd http://www.carewebframework.org/schema/plugin http://www.carewebframework.org/schema/plugin/plugin-extensions.xsd"> <beans profile="root"> </beans> <beans profile="desktop"> <bean id="vcChatService" class="org.carewebframework.rpms.ui.chat.ChatService" init-method="init" destroy-method="destroy"> <constructor-arg ref="brokerSession" /> <constructor-arg ref="eventManager" /> </bean> <bean id="vcChatSessionController" class="org.carewebframework.rpms.ui.chat.SessionController" scope="prototype"> <property name="chatService" ref="vcChatService" /> </bean> <bean id="vcChatInviteController" class="org.carewebframework.rpms.ui.chat.InviteController" scope="prototype"> <property name="chatService" ref="vcChatService" /> </bean> </beans> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy