MQClientSoap.bak 432 字节
/**
 * 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 boolean sendMessage(java.lang.String msgLabel, java.lang.String msgBody) throws java.rmi.RemoteException;
    public java.lang.String receiveMessage() throws java.rmi.RemoteException;
}