Example usage for org.springframework.remoting.httpinvoker HttpInvokerProxyFactoryBean subclass-usage

List of usage examples for org.springframework.remoting.httpinvoker HttpInvokerProxyFactoryBean subclass-usage

Introduction

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

Usage

From source file org.valkyriercp.security.remoting.BasicAuthCommonsHttpInvokerProxyFactoryBean.java

/**
 * Extension of <code>HttpInvokerProxyFactoryBean</code> that supports the use of BASIC
 * authentication on each HTTP request while using commons-httpclient.
 * Commons-httpclient can be easily configured to use SSL (so the BASIC authentication isn't sniffable):
 * <code>
 *       ProtocolSocketFactory authSSLProtocolSocketFactory = new AuthSSLProtocolSocketFactory(null, null,

From source file org.piraso.replacer.spring.remoting.PirasoHttpInvokerProxyFactoryBean.java

/**
 * Piraso aware HttpInvokerProxyFactoryBean implementation.
 */
public class PirasoHttpInvokerProxyFactoryBean extends HttpInvokerProxyFactoryBean {
    private static final Log LOG = LogFactory.getLog(PirasoSimpleHttpInvokerRequestExecutor.class);