public class GlobalChannelInterceptorWrapper extends Object implements org.springframework.core.Ordered
| Constructor and Description |
|---|
GlobalChannelInterceptorWrapper(org.springframework.messaging.support.ChannelInterceptor channelInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.support.ChannelInterceptor |
getChannelInterceptor() |
int |
getOrder() |
String[] |
getPatterns() |
void |
setOrder(int order) |
void |
setPatterns(String[] patterns) |
String |
toString() |
public GlobalChannelInterceptorWrapper(org.springframework.messaging.support.ChannelInterceptor channelInterceptor)
public org.springframework.messaging.support.ChannelInterceptor getChannelInterceptor()
public void setOrder(int order)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setPatterns(String[] patterns)
public String[] getPatterns()