Class ChannelInterceptorParser
java.lang.Object
org.springframework.integration.config.xml.ChannelInterceptorParser
public class ChannelInterceptorParser extends Object
A helper class for parsing the sub-elements of a channel's
interceptors element.
- Author:
- Mark Fisher, Oleg Zhurakousky, Gary Russell
-
Constructor Summary
Constructors Constructor Description ChannelInterceptorParser()
-
Method Summary
Modifier and Type Method Description ManagedList
parseInterceptors(Element element, ParserContext parserContext)
-
Constructor Details
-
ChannelInterceptorParser
public ChannelInterceptorParser()
-
-
Method Details