adding bean refference for win10

revert-dabc3590
Hasunie 8 years ago
parent fc7d86801f
commit 90ad21e960

@ -103,6 +103,13 @@
</jaxrs:serviceBeans> </jaxrs:serviceBeans>
</jaxrs:server> </jaxrs:server>
<!--Syncml Windows 10 device mgt Endpoint-->
<jaxrs:server id="Win10devicemgtSession" address="/management">
<jaxrs:serviceBeans>
<ref bean="devicemgt_bean"/>
</jaxrs:serviceBeans>
</jaxrs:server>
<!--BST provider Endpoint for returning binary security token after authentication--> <!--BST provider Endpoint for returning binary security token after authentication-->
<jaxrs:server id="bstprovider" address="/federated"> <jaxrs:server id="bstprovider" address="/federated">
<jaxrs:serviceBeans> <jaxrs:serviceBeans>
@ -111,7 +118,7 @@
</jaxrs:server> </jaxrs:server>
<!--Endpoint for UI admin operations--> <!--Endpoint for UI admin operations-->
<jaxrs:server id="adminoperations" address="/windows"> <jaxrs:server id="adminoperations" address="/operation">
<jaxrs:serviceBeans> <jaxrs:serviceBeans>
<ref bean="deviceMgtAdminService"/> <ref bean="deviceMgtAdminService"/>
<ref bean="swaggerResource"/> <ref bean="swaggerResource"/>
@ -177,6 +184,8 @@
</bean> </bean>
<bean id="Syncml_initial_bean" <bean id="Syncml_initial_bean"
class="org.wso2.carbon.device.mgt.mobile.windows.api.services.syncml.impl.SyncmlServiceImpl"/> class="org.wso2.carbon.device.mgt.mobile.windows.api.services.syncml.impl.SyncmlServiceImpl"/>
<bean id="devicemgt_bean"
class="org.wso2.carbon.device.mgt.mobile.windows.api.services.impl.DeviceManagementServiceImpl"/>
<bean id="customvalidator" <bean id="customvalidator"
class="org.wso2.carbon.device.mgt.mobile.windows.api.common.util.BSTValidator"/> class="org.wso2.carbon.device.mgt.mobile.windows.api.common.util.BSTValidator"/>
<bean id="customvalidatoronpremise" <bean id="customvalidatoronpremise"

Loading…
Cancel
Save