|
||||||||||
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.AbstractSerialDelegatingDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyChildDefinitionParser
org.mule.config.spring.parsers.specific.endpoint.EndpointPropertyElementDefinitionParser
public class EndpointPropertyElementDefinitionParser
This parser parses nested endpoint elements adding the resulting beans to the map of properties on the EndpointBuilder rather than attempting to inject them on the EndpointBuilder itself.
Field Summary | |
---|---|
static String |
ENDPOINT_PROPERTIES_ATTRIBUTE
|
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser |
---|
firstDefinition |
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 | |
---|---|
EndpointPropertyElementDefinitionParser(String propertyKey,
Class beanClass)
|
Method Summary |
---|
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyChildDefinitionParser |
---|
addDelegate, forceParent, getTargetPropertyConfiguration |
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser |
---|
addChildDelegate, addDelegateAsChild, doSingleBean |
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser |
---|
setReturnFirstResult |
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser |
---|
addHandledException, disableAttribute, disableAttributes, disableAttributes, enableAttribute, enableAttributes, enableAttributes, enableAttributes, isExceptionHandled, muleParse, resetAttribute, resetNameAndId |
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser |
---|
addAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, getBeanName, getDelegate, parseInternal, registerPostProcessor, registerPreProcessor, removeIgnored, setDeprecationWarning, setIgnoredDefault, 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.mule.config.spring.parsers.MuleDefinitionParser |
---|
getBeanName, muleParse, setDeprecationWarning |
Methods inherited from interface org.springframework.beans.factory.xml.BeanDefinitionParser |
---|
parse |
Methods inherited from interface org.mule.config.spring.parsers.MuleDefinitionParserConfiguration |
---|
addAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, registerPostProcessor, registerPreProcessor, removeIgnored, setIgnoredDefault |
Field Detail |
---|
public static final String ENDPOINT_PROPERTIES_ATTRIBUTE
Constructor Detail |
---|
public EndpointPropertyElementDefinitionParser(String propertyKey, Class beanClass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |