WARN BaseCallMarshaller Warning multiple matching methods. Using first match.
WARN BaseCallMarshaller Marshalling exception
举例:
public class ClassA {
public void test (int a ) {
}
public void test (Map b) {}
}
http://note.youdao.com/share/?id=d8faa34052fbe6e896730f6c70c12cef&type=note
原文链接:https://www.f2er.com/ajax/165600.html