MQClientSoap.java
508 字节
/**
* MQClientSoap.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package tempuri;
public interface MQClientSoap extends java.rmi.Remote {
public java.lang.String testConnect() throws java.rmi.RemoteException;
public boolean sendMessage(java.lang.String msgLabel, java.lang.String msgBody) throws java.rmi.RemoteException;
public java.lang.String receiveMessage() throws java.rmi.RemoteException;
}