Example usage for org.springframework.remoting.support DefaultRemoteInvocationExecutor subclass-usage

List of usage examples for org.springframework.remoting.support DefaultRemoteInvocationExecutor subclass-usage

Introduction

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

Usage

From source file org.dynaresume.springremoting.http.RemoteInvocationExecutor.java

public class RemoteInvocationExecutor extends DefaultRemoteInvocationExecutor {
    /**
     * Logger for this class
     */
    private static final Logger logger = LoggerFactory.getLogger(RemoteInvocationExecutor.class);

From source file org.jsecurity.spring.remoting.SecureRemoteInvocationExecutor.java

/**
 * An implementation of the Spring {@link org.springframework.remoting.support.RemoteInvocationExecutor}
 * that binds the correct {@link Session} and {@link org.jsecurity.subject.Subject} to the
 * remote invocation thread during a remote execution.
 *
 * @author Jeremy Haile