org.springframework.integration.channel.interceptor
Class GlobalChannelInterceptorWrapper
java.lang.Object
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
Fields inherited from interface org.springframework.core.Ordered |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GlobalChannelInterceptorWrapper
public GlobalChannelInterceptorWrapper(ChannelInterceptor channelInterceptor)
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