Spring Integration

org.springframework.integration.channel.interceptor
Class GlobalChannelInterceptorWrapper

java.lang.Object
  extended by org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
All Implemented Interfaces:
org.springframework.core.Ordered

public class GlobalChannelInterceptorWrapper
extends java.lang.Object
implements org.springframework.core.Ordered

Since:
2.0
Author:
Oleg Zhurakousky, Mark Fisher

Field Summary
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
GlobalChannelInterceptorWrapper(ChannelInterceptor channelInterceptor)
           
 
Method Summary
 ChannelInterceptor getChannelInterceptor()
           
 int getOrder()
           
 java.lang.String[] getPatterns()
           
 void setOrder(int order)
           
 void setPatterns(java.lang.String[] patterns)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalChannelInterceptorWrapper

public GlobalChannelInterceptorWrapper(ChannelInterceptor channelInterceptor)
Method Detail

getChannelInterceptor

public ChannelInterceptor getChannelInterceptor()

setOrder

public void setOrder(int order)

getOrder

public int getOrder()
Specified by:
getOrder in interface org.springframework.core.Ordered

setPatterns

public void setPatterns(java.lang.String[] patterns)

getPatterns

public java.lang.String[] getPatterns()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Spring Integration