12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <module name="xc">
- <public>
- <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
- <interface>u8c.itf.po.IDemandInfo</interface>
- <implementation>u8c.impl.DemandInfoImpl</implementation>
- </component>
- <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">
- <interface>u8c.itf.ic.ISafetystockInfo</interface>
- <implementation>u8c.impl.SafetystockInfoImpl</implementation>
- </component>
-
-
- <component name="custdocadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
- <implementation>u8c.impl.CustdocAddImpl</implementation>
- </component>
-
- <component name="demandadd" priority="0" singleton="true" remote="true" tx="BMT" supportAlias="true">
- <implementation>u8c.impl.DemandAddImpl</implementation>
- </component>
- </public>
- </module>
|