All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.distributeme.test.jsonrpc.generated.RemoteEchoService Maven / Gradle / Ivy

package org.distributeme.test.jsonrpc.generated;
//CHECKSTYLE:OFF

import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;

public interface RemoteEchoService extends Remote, ServiceAdapter{
	List echo(long aValue, Map __transportableCallContext) throws org.distributeme.test.jsonrpc.EchoServiceException, RemoteException;

	List echoObjectParam1(java.lang.Object aValue, Map __transportableCallContext) throws org.distributeme.test.jsonrpc.EchoServiceException, RemoteException;

	List echoObjectParam(org.distributeme.test.jsonrpc.A aValue, Map __transportableCallContext) throws org.distributeme.test.jsonrpc.EchoServiceException, RemoteException;

	List echoManyParams(int ind, java.lang.String strNum, java.lang.Long incremt, Map __transportableCallContext) throws org.distributeme.test.jsonrpc.EchoServiceException, java.io.IOException, RemoteException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy