Spring Integration

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.

Author:
Mark Fisher, Oleg Zhurakousky

Constructor Summary
ChannelInterceptorParser()
           
 
Method Summary
 org.springframework.beans.factory.support.ManagedList parseInterceptors(org.w3c.dom.Element element, org.springframework.beans.factory.xml.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 org.springframework.beans.factory.support.ManagedList parseInterceptors(org.w3c.dom.Element element,
                                                                               org.springframework.beans.factory.xml.ParserContext parserContext)

Spring Integration