org.springframework.integration.config
Class EndpointInterceptorParser

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

public class EndpointInterceptorParser
extends AbstractInterceptorParser

Author:
Mark Fisher

Constructor Summary
EndpointInterceptorParser()
           
 
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

EndpointInterceptorParser

public EndpointInterceptorParser()
Method Detail

getParserMap

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