資源描述:
《接口的實(shí)現(xiàn)類調(diào)用接口詳解》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫(kù)。
1、結(jié)構(gòu)圖:其中MessageService.java為接口,MessageServiceImpl.java為其實(shí)現(xiàn)類。這里以MessageService.java中publicvoidMessageCreatXml(Stringpath,HashMaphm,Stringstr,Studentstudent,Listcidbypnum);在MessageServiceImpl.java的實(shí)現(xiàn)方法publicvoidMessageCreatXml(Stringpath,HashMaphm,Stringstr,Studentstudent,Listcidbyp
2、num){。。。。。。。。。。。。。。。。。。。。。。。。}調(diào)用MessageService.java中其他publicvoidMessageCreatStudent(Stringpath,HashMaphm,Studentstudent);publicvoidMessageCreatStudentInstructions(Stringpath,HashMaphm);publicvoidMessageCreatStudentType(Stringpath,HashMaphm);publicvoidMessageStudentLv(Stringpath,HashMaphm);publicv
3、oidMessageStudentCengci(Stringpath,HashMaphm);publicvoidMessageStudentCard(Stringpath,HashMaphm);publicvoidMessageCreatTopic(Stringpath,HashMaphm,Listcidbypnum);publicvoidMessageCourse(Stringpath,HashMaphm,Stringstr);publicvoidMessageCourseSdudyContent(Stringpath,HashMaphm,Stringstr);pub
4、licvoidMessageDtopic(Stringpath,HashMaphm,Stringstr);publicvoidMessageIntegralType(Stringpath,HashMaphm);publicvoidMessagePoint(Stringpath,HashMaphm,Stringstr);publicvoidMessagePower(Stringpath,HashMaphm);publicvoidMessageProvinceSchool(Stringpath,HashMaphm);publicvoidMessageProvinceSchoolSchool(
5、Stringpath,HashMaphm);publicvoidMessageReplaceIntegral(Stringpath,HashMaphm);publicvoidMessageSattachment(Stringpath,HashMaphm);publicvoidMessageSattchmentType(Stringpath,HashMaphm);publicvoidMessageSchool(Stringpath,HashMaphm);publicvoidMessageIntegralRequest(Stringpath,HashMaphm,Stringstr);publ
6、icvoidMessageProfessionCourse(Stringpath,HashMaphm,Stringstr);publicvoidMessageProfessional(Stringpath,HashMaphm,Studentstudent);publicvoidMessageIntegralCoefficient(Stringpath,HashMaphm,Stringstr);publicvoidMessageIntegralSet(Stringpath,HashMaphm,Stringstr);publicvoidMessageMixIntegral(Stringpat
7、h,HashMaphm,Stringstr);publicvoidMessageStudentIntegral(Stringpath,HashMaphm,Stringstr);publicvoidMessageNode(Stringpath,HashMaphm,Stringstr);的實(shí)現(xiàn)方法:接口:packagecom.action.service;importjava.util.HashMap;importjava.util.L