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

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

Introduction

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

Usage

From source file org.jdal.remoting.rmi.RmiServiceInterceptor.java

/**
 * Aop Alliance Interceptor that delegate calls to a RmiInvocationHandler.
 *
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 */
public class RmiServiceInterceptor extends RemoteInvocationBasedAccessor

From source file org.apache.mina.springrpc.MinaClientInterceptor.java

/**
 * 
 * @author politics wang
 * @since 2008-11-25
 * 
 */

From source file org.logicblaze.lingo.jms.JmsClientInterceptor.java

/**
 * Interceptor for accessing a JMS based service which must be configured with a
 * {@link org.logicblaze.lingo.LingoRemoteInvocationFactory} instance.
 * 
 * @author James Strachan
 * @see #setServiceInterface