ismpspengine.java

来自「湖北电信SOA平台短信发送实例」· Java 代码 · 共 23 行

JAVA
23
字号
/**
 * IsmpSpEngine.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
 */

package test.ismp;

public interface IsmpSpEngine extends java.rmi.Remote {
	public com.hbpubinfo.sp.ismp.schema.Response orderRelationUpdateNotify(
			com.hbpubinfo.sp.ismp.schema.OrderRelationUpdateNotifyReq orderRelationUpdateNotifyReq)
			throws java.rmi.RemoteException;

	public com.hbpubinfo.sp.ismp.schema.Response serviceConsumeNotify(
			com.hbpubinfo.sp.ismp.schema.ServiceConsumeNotifyReq serviceConsumeNotifyReqPara)
			throws java.rmi.RemoteException;

	public com.hbpubinfo.sp.ismp.schema.NotifyManagementInfoRsp notifyManagementInfo(
			com.hbpubinfo.sp.ismp.schema.NotifyManagementInfoReq notifyManagementInfoReq)
			throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

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