publishwidgetbyspmswebserviceporttype.java

来自「调用ws接口widget,主要是接口定义文件。」· Java 代码 · 共 13 行

JAVA
13
字号
/**
 * PublishWidgetBySPMSWebServicePortType.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.hanming.wpp.widget.webservice;

public interface PublishWidgetBySPMSWebServicePortType extends java.rmi.Remote {
    public com.hanming.wpp.widget.webservice.PublishState execute(com.hanming.wpp.widget.webservice.PublishService in0) throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

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