org.springframework.integration.config.xml
Class ChannelInterceptorParser

java.lang.Object
  extended by org.springframework.integration.config.xml.ChannelInterceptorParser

public class ChannelInterceptorParser
extends java.lang.Object

A helper class for parsing the sub-elements of a channel's interceptors element.


Constructor Summary
ChannelInterceptorParser()
           
 
Method Summary
 ManagedList parseInterceptors(org.w3c.dom.Element element, ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelInterceptorParser

public ChannelInterceptorParser()
Method Detail

parseInterceptors

public ManagedList parseInterceptors(org.w3c.dom.Element element,
                                     ParserContext parserContext)