|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractParallelDelegatingDefinitionParser
org.mule.config.spring.parsers.delegate.ParentContextDefinitionParser
org.mule.config.spring.parsers.specific.InterceptorStackDefinitionParser
public class InterceptorStackDefinitionParser
This allows a interceptor-stack to be defined globally, or configured on a service.
Field Summary | |
---|---|
static java.lang.String |
ATTRIBUTE_NAME
|
static java.lang.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, 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 |
---|
public static final java.lang.String INTERCEPTOR_STACK
public static final java.lang.String ATTRIBUTE_NAME
Constructor Detail |
---|
public InterceptorStackDefinitionParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |