Class GlobalChannelInterceptorWrapper
java.lang.Object
org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
- All Implemented Interfaces:
Ordered
public class GlobalChannelInterceptorWrapper extends Object implements Ordered
- Since:
- 2.0
- Author:
- Oleg Zhurakousky, Mark Fisher, Gary Russell
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description GlobalChannelInterceptorWrapper(ChannelInterceptor channelInterceptor)
-
Method Summary
Modifier and Type Method Description ChannelInterceptor
getChannelInterceptor()
int
getOrder()
String[]
getPatterns()
void
setOrder(int order)
void
setPatterns(String[] patterns)
String
toString()
-
Constructor Details
-
Method Details
-
getChannelInterceptor
-
setOrder
public void setOrder(int order) -
getOrder
public final int getOrder() -
setPatterns
-
getPatterns
-
toString
-