Example usage for org.springframework.remoting.httpinvoker HttpInvokerRequestExecutor interface-usage

List of usage examples for org.springframework.remoting.httpinvoker HttpInvokerRequestExecutor interface-usage

Introduction

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

Usage

From source file org.piraso.server.spring.remoting.HttpInvokerRequestExecutorWrapper.java

/**
 * Piraso {@link HttpInvokerRequestExecutor} wrapper which ensures piraso context properly propagated to the invoked
 * http request executor.
 */
public class HttpInvokerRequestExecutorWrapper implements HttpInvokerRequestExecutor {

From source file org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.java

/**
 * Abstract base implementation of the HttpInvokerRequestExecutor interface.
 *
 * <p>Pre-implements serialization of RemoteInvocation objects and
 * deserialization of RemoteInvocationResults objects.
 *