org.distributeme.test.eecho.generated.RemoteEEchoService Maven / Gradle / Ivy
package org.distributeme.test.eecho.generated;
//BEGIN GENERATED CODE
import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;
public interface RemoteEEchoService extends Remote, ServiceAdapter{
List eecho(long param, Map,?> __transportableCallContext) throws org.distributeme.test.eecho.EEchoServiceException, RemoteException;
List echo(long parameter, Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
List printHello(Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
List methodWithMultipleParameters(java.lang.String param1, java.lang.String param2, java.lang.String param3, Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
List echo(org.distributeme.test.echo.Echo in, Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
List throwException(java.lang.String message, Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
List dontThrowException(java.lang.String message, Map,?> __transportableCallContext) throws RemoteException;
List echo(T aValue, Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
List echo(T aValue, Y aParameter, Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
List testCallByRef(java.util.HashMap params, Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
List testCallByRefWithInterceptors(java.util.HashMap params, Map,?> __transportableCallContext) throws org.distributeme.test.echo.EchoServiceException, RemoteException;
}
//END GENERATED CODE
© 2015 - 2025 Weber Informatics LLC | Privacy Policy