ludc
2025-01-10 19ec0269a9ce3a57ccfcd1d36585bb1c31977b60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<Services>
    <ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缓存服务" />
    <ServiceTempl name="LogService" entry="com.vci.server.log.LogServiceImpl" description="日志服务" />
    <ServiceTempl name="FrameService" entry="com.vci.server.framework.FrameworkServiceImpl" description="系统框架服务" />
    <ServiceTempl name="MsgService" entry="com.vci.server.message.MessageServiceImpl" description="消息服务" />
    <ServiceTempl name="OMDService" entry="com.vci.server.omd.OMDServiceImpl" description="对象模型定义服务" />
    <ServiceTempl name="BOFServer" entry="com.vci.server.bof.BOFactoryServiceImpl" description="对象工厂服务" />
    <!-- <ServiceTempl name="QTDServer" entry="com.vci.server.qt.QTDefineServiceImpl" description="查询模板定义服务" />-->
    <ServiceTempl name="OQServer" entry="com.vci.server.query.ObjectQueryServiceImpl" description="对象查询服务" />
    <ServiceTempl name="UIServer" entry="com.vci.server.portal.PortalServiceImpl" description="UI服务" />
    <!-- <ServiceTempl name="Auth2Server" entry="com.vci.server.auth2.Auth2ServiceImpl" description="授权鉴权服务" />-->
    <ServiceTempl name="WFServer" entry="com.vci.server.workflow.WorkflowServiceImpl" description="工作流服务" />
    <!-- <ServiceTempl name="VolumeManager" entry="com.vci.server.volume.VolumeManagerImpl" description="卷管理服务" />-->
    <ServiceTempl name="VolumeService" entry="com.vci.server.volume.VolumeServiceImpl" description="卷服务" />
    <!-- <ServiceTempl name="ProcessService" entry="com.vci.server.mpm.ProcessServiceImp" description="工艺服务" />
    <ServiceTempl name="ProcessReport" entry="com.vci.process.report.server.ReportServiceImpl" description="工艺报表服务" />
    <ServiceTempl name="ProcessLinker" entry="com.vci.process.linkers.ProcessLinkerImpl" description="工艺集成服务" />
    <ServiceTempl name="ProcessCMService" entry="com.vci.server.pcm.ProcessCMServiceImpl" description="工艺配置服务" /> -->
</Services>