Skip to content

Commit 3bded55

Browse files
committed
服务Echo接口类
1 parent fb12625 commit 3bded55

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/org/jee/rpc/EchoService.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package org.jee.rpc;
2+
3+
/**
4+
* 描述:服务Echo接口类
5+
* Created by bysocket on 16/2/28.
6+
*/
7+
public interface EchoService {
8+
String echo(String ping);
9+
}

0 commit comments

Comments
 (0)