helloworldservice.java
来自「EJB3.0-Book实例教程配套资源.」· Java 代码 · 共 20 行
JAVA
20 行
/* * JBoss, the OpenSource EJB server* Distributable under LGPL license. See terms of license at gnu.org.*///Auto Generated by jbossws - Please do not edit!!!package com.foshanshop.client;import javax.xml.rpc.*; public interface HelloWorldService extends javax.xml.rpc.Service{ public com.foshanshop.client.HelloWorld getHelloWorldPort() throws ServiceException;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?