service.upm 1.2 KB

12345678910111213141516171819202122
  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. </public>
  22. </module>