List of usage examples for org.springframework.remoting.httpinvoker HttpInvokerRequestExecutor interface-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.
*