1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding='gb2312'?>
- <module name="ypff">
- <public>
- <component name="Validate" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
- <implementation>nc.bs.yp.impl.ValidateMaintainImpl</implementation>
- </component>
- <component name="Unvalidate" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
- <implementation>nc.bs.yp.impl.UnvalidateMaintainImpl</implementation>
- </component>
- <component name="Modify" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
- <implementation>nc.bs.yp.impl.ModifyMaintianImpl</implementation>
- </component>
- <component accessProtected="false" name="Pomstatus" remote="true" singleton="true" tx="CMT">
- <interface>nc.bs.framework.adaptor.IHttpServletAdaptor</interface>
- <implementation>nc.bs.yp.impl.PomUpdateStatusImpl</implementation>
- </component>
- <component accessProtected="false" name="Oprep" remote="true" singleton="true" tx="CMT">
- <interface>nc.bs.framework.adaptor.IHttpServletAdaptor</interface>
- <implementation>nc.bs.yp.impl.OprepAddImpl</implementation>
- </component>
- <component accessProtected="false" name="Saleorder" remote="true" singleton="true" tx="CMT">
- <interface>nc.bs.framework.adaptor.IHttpServletAdaptor</interface>
- <implementation>nc.bs.yp.impl.SaleorderOutboundImpl</implementation>
- </component>
- <component name="DeliveryClose" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
- <implementation>nc.bs.yp.impl.DeliveryCloseImpl</implementation>
- </component>
- <component name="SaleOrderReWrite" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
- <implementation>nc.bs.yp.impl.SaleOrderReWriteImpl</implementation>
- </component>
- </public>
- </module>
|