org.springframework.integration.config
Class ChannelInterceptorParser

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

public class ChannelInterceptorParser
extends AbstractInterceptorParser

Author:
Mark Fisher

Constructor Summary
ChannelInterceptorParser()
           
 
Method Summary
protected  java.util.Map<java.lang.String,BeanDefinitionRegisteringParser> getParserMap()
           
 
Methods inherited from class org.springframework.integration.config.AbstractInterceptorParser
handleNonstandardInterceptor, parseInterceptors
 
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

getParserMap

protected java.util.Map<java.lang.String,BeanDefinitionRegisteringParser> getParserMap()
Specified by:
getParserMap in class AbstractInterceptorParser