submitservice.java
来自「远程学生作业提交系统,所用技术JSP,Servelet,Ajax,Web Ser」· Java 代码 · 共 17 行
JAVA
17 行
/**
* SubmitService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.sixtwenty;
public interface SubmitService extends javax.xml.rpc.Service {
public java.lang.String getsubmitAddress();
public com.sixtwenty.Submit getsubmit() throws javax.xml.rpc.ServiceException;
public com.sixtwenty.Submit getsubmit(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?