Class ChannelInterceptorParser

java.lang.Object
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

    Constructors 
    Constructor Description
    ChannelInterceptorParser()  
  • Method Summary

    Modifier and Type Method Description
    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 Details

  • Method Details

    • parseInterceptors

      public org.springframework.beans.factory.support.ManagedList parseInterceptors​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)