helloworld.java

来自「EJB3.0-Book实例教程配套资源.」· Java 代码 · 共 16 行

JAVA
16
字号
/* * JBossWS WS-Tools Generated Source * * Generation Date: Wed Nov 08 18:31:29 CST 2006 * * This generated source code represents a derivative work of the input to * the generator that produced it. Consult the input for the copyright and * terms of use that apply to this source code. */package com.foshanshop.client;public interface  HelloWorld extends java.rmi.Remote{  public java.lang.String  sayHello(java.lang.String string_1) throws  java.rmi.RemoteException;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?