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