org.springframework.integration.config
Class ConcurrencyInterceptorParser

java.lang.Object
  extended by org.springframework.integration.config.ConcurrencyInterceptorParser
All Implemented Interfaces:
BeanDefinitionRegisteringParser

public class ConcurrencyInterceptorParser
extends java.lang.Object
implements BeanDefinitionRegisteringParser

Parser for the concurrency-interceptor. element.

Author:
Mark Fisher

Constructor Summary
ConcurrencyInterceptorParser()
           
 
Method Summary
 java.lang.String parse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
           
private  ConcurrencyPolicy parseConcurrencyPolicy(org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrencyInterceptorParser

public ConcurrencyInterceptorParser()
Method Detail

parse

public java.lang.String parse(org.w3c.dom.Element element,
                              org.springframework.beans.factory.xml.ParserContext parserContext)
Specified by:
parse in interface BeanDefinitionRegisteringParser

parseConcurrencyPolicy

private ConcurrencyPolicy parseConcurrencyPolicy(org.w3c.dom.Element element)