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

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

Introduction

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

Usage

From source file de.davidbilge.spring.remoting.amqp.client.AmqpClientInterceptor.java

/**
 * {@link org.aopalliance.intercept.MethodInterceptor} for accessing RMI-style AMQP services.
 * 
 * @author David Bilge
 * @since 13.04.2013
 * @see AmqpServiceMessageListener

From source file org.springframework.remoting.messagepack.MessagePackProxyFactoryBean.java

/**
 * Used to create client side proxies that can communicate with the remote services.
 * <p/>
 * The interface used on the client does <EM>not</EM> need to match the interface exposed on the server.
 *
 * @author Josh Long