Example usage for org.springframework.messaging.support ChannelInterceptor interface-usage

List of usage examples for org.springframework.messaging.support ChannelInterceptor interface-usage

Introduction

In this page you can find the example usage for org.springframework.messaging.support ChannelInterceptor interface-usage.

Usage

From source file com.qpark.eip.core.spring.EipWsChannelInterceptor.java

/**
 * Interface of {@link ChannelInterceptor}s to be added to the EIP web service
 * request and response channels.
 *
 * @author bhausen
 */

From source file apiserver.core.common.interceptors.TokenAccessInterceptor.java

/**
 * User: mnimer
 * Date: 9/21/12
 */
public class TokenAccessInterceptor implements ChannelInterceptor {
    @Override

From source file apiserver.core.common.interceptors.DebugTraceInterceptor.java

/**
 * User: mikenimer
 * Date: 7/18/13
 */
public class DebugTraceInterceptor implements ChannelInterceptor {