org.mule.config.spring.parsers.specific
Class InterceptorStackDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
          extended by org.mule.config.spring.parsers.delegate.AbstractParallelDelegatingDefinitionParser
              extended by org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
                  extended by org.mule.config.spring.parsers.specific.InterceptorStackDefinitionParser
All Implemented Interfaces:
MuleDefinitionParser, MuleDefinitionParserConfiguration, org.springframework.beans.factory.xml.BeanDefinitionParser

public class InterceptorStackDefinitionParser
extends ParentContextDefinitionParser

This allows a interceptor-stack to be defined globally, or configured on a service.


Field Summary
static String ATTRIBUTE_NAME
           
static String INTERCEPTOR_STACK
           
 
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
logger
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
InterceptorStackDefinitionParser()
          For custom transformers
 
Method Summary
 
Methods inherited from class org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
addAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, and, getDelegate, getOtherwise, otherwise, registerPostProcessor, registerPreProcessor, removeIgnored, setIgnoredDefault
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractParallelDelegatingDefinitionParser
muleParse
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
addDelegate, getBeanName, getDelegate, parseInternal, setDeprecationWarning, size
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.factory.xml.BeanDefinitionParser
parse
 

Field Detail

INTERCEPTOR_STACK

public static final String INTERCEPTOR_STACK
See Also:
Constant Field Values

ATTRIBUTE_NAME

public static final String ATTRIBUTE_NAME
See Also:
Constant Field Values
Constructor Detail

InterceptorStackDefinitionParser

public InterceptorStackDefinitionParser()
For custom transformers



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.