service.upm 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding='gb2312'?>
  2. <module name="ypff">
  3. <public>
  4. <component name="Validate" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  5. <implementation>nc.bs.yp.impl.ValidateMaintainImpl</implementation>
  6. </component>
  7. <component name="Unvalidate" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  8. <implementation>nc.bs.yp.impl.UnvalidateMaintainImpl</implementation>
  9. </component>
  10. <component name="Modify" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  11. <implementation>nc.bs.yp.impl.ModifyMaintianImpl</implementation>
  12. </component>
  13. <component accessProtected="false" name="Pomstatus" remote="true" singleton="true" tx="CMT">
  14. <interface>nc.bs.framework.adaptor.IHttpServletAdaptor</interface>
  15. <implementation>nc.bs.yp.impl.PomUpdateStatusImpl</implementation>
  16. </component>
  17. <component accessProtected="false" name="Oprep" remote="true" singleton="true" tx="CMT">
  18. <interface>nc.bs.framework.adaptor.IHttpServletAdaptor</interface>
  19. <implementation>nc.bs.yp.impl.OprepAddImpl</implementation>
  20. </component>
  21. <component accessProtected="false" name="Saleorder" remote="true" singleton="true" tx="CMT">
  22. <interface>nc.bs.framework.adaptor.IHttpServletAdaptor</interface>
  23. <implementation>nc.bs.yp.impl.SaleorderOutboundImpl</implementation>
  24. </component>
  25. <component name="DeliveryClose" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  26. <implementation>nc.bs.yp.impl.DeliveryCloseImpl</implementation>
  27. </component>
  28. <component name="SaleOrderReWrite" accessProtected="false" remote="true" singleton="true" tx="NONE" supportAlias="true">
  29. <implementation>nc.bs.yp.impl.SaleOrderReWriteImpl</implementation>
  30. </component>
  31. </public>
  32. </module>