摘要:
Dept测试@Test public void test() { ApplicationContext ctx = new ClassPathXmlApplicationContext("applicationContext.xml"); IDeptService deptService = (... 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
package org.service;import javax.jws.WebMethod;import javax.jws.WebParam;import javax.jws.WebResult;import javax.jws.WebService;import javax.xml.ws.Re... 阅读全文
摘要:
package org.service;import javax.jws.WebMethod;import javax.jws.WebParam;import javax.jws.WebResult;import... 阅读全文
摘要:
package org.service;import javax.jws.WebMethod;import javax.jws.WebResult;import javax.jws.WebService;import javax.xml.ws.RequestWrapper;import javax.... 阅读全文
摘要:
package org.service;import javax.jws.WebMethod;import javax.jws.WebResult;import javax.jws.WebService;impo... 阅读全文
摘要:
package org.entity;import javax.xml.bind.annotation.XmlAccessType;import javax.xml.bind.annotation.XmlAccessorType;import javax.xml.bind.annotation.Xm... 阅读全文
摘要:
package org.entity;import javax.xml.bind.annotation.XmlAccessType;import javax.xml.bind.annotation.XmlAcce... 阅读全文
摘要:
package org.entity;import java.util.ArrayList;import java.util.List;import javax.xml.bind.annotation.XmlAc... 阅读全文