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

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

Introduction

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

Usage

From source file org.jdal.remoting.httpinvoker.HttpInvokerProxyFactoryBean.java

/**
 * 
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 */
public class HttpInvokerProxyFactoryBean extends
        org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor implements FactoryBean<Object> {

From source file de.bund.bva.pliscommon.serviceapi.core.httpinvoker.IsyHttpInvokerClientInterceptor.java

/**
 * HTTP-InvokerClientInterceptor zum Erzeugen IsyFact-konformer Loggingeintrge.
 */
public class IsyHttpInvokerClientInterceptor extends HttpInvokerClientInterceptor {

    /** Logger der Klasse. */