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

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

Introduction

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

Usage

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

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

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

/**
 * {@link RemoteInvocationBasedExporter} based on the {@link org.msgpack.MessagePack} RPC framework.
 *
 * @author Josh Long
 * @see org.springframework.remoting.caucho.HessianExporter
 */

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

/**
 * A JMS MessageListener that exports the specified service bean as a JMS
 * service endpoint, accessible via a JMS proxy. <p/>
 * <p>
 * Note: JMS services exported with this class can be accessed by any JMS
 * client, as there isn't any special handling involved.