eclipse java怎么使用thrift插件

如题所述

package net.johnc.thrift;

import org.apache.thrift.TException;

public class TestImpl implements Test.Iface {

public void ping(int length) throws TException {
System.out.println("calling ping ,length=" + length);
}

}
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答