Spring Integration

org.springframework.integration.config.xml
Class ChannelInterceptorParser

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

Constructor Summary
ChannelInterceptorParser()
           
 
Method Summary
 ManagedList parseInterceptors(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(Element element,
                                     ParserContext parserContext)

Spring Integration

Copyright © 2010. All Rights Reserved.