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

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

package org.distributeme.test.jsonrpc.jsonrpc.generated;

import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;
import java.rmi.Remote;
import org.distributeme.test.jsonrpc.EchoService;

/**
 * generated by org.distributeme.generator.jsonrpc.ServerInterfaceGenerator
 */
public interface ClientEchoService extends Remote, ServiceAdapter {
	List echo(long aValue, Map __transportableCallContext) throws org.distributeme.test.jsonrpc.EchoServiceException;

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

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

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

	public EchoService getImplementation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy