Example usage for org.springframework.remoting.support RemoteInvocationExecutor interface-usage

List of usage examples for org.springframework.remoting.support RemoteInvocationExecutor interface-usage

Introduction

In this page you can find the example usage for org.springframework.remoting.support RemoteInvocationExecutor interface-usage.

Usage

From source file org.jdal.remoting.ReferenceInvocationExecutor.java

/**
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 *
 */
public class ReferenceInvocationExecutor implements RemoteInvocationExecutor {

From source file com.haulmont.cuba.core.sys.remoting.CubaRemoteInvocationExecutor.java

/**
 * Executes {@link CubaRemoteInvocation} on middleware, setting and clearing a {@link SecurityContext} in the request
 * handling thread.
 */
public class CubaRemoteInvocationExecutor implements RemoteInvocationExecutor {