|
||||||||||
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.AbstractMuleBeanDefinitionParser
org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser
org.mule.config.spring.parsers.generic.ParentDefinitionParser
org.mule.config.spring.parsers.specific.endpoint.EndpointRefParser
public class EndpointRefParser
Configures a reference to an endpoint on a parent bean. This is typically used in configuration where a reference to the actual endpoint is not wanted (i.e. Reply-To endpoints should be set as a string on a message). Note that endpoint Reference elements should always have an 'address' and 'ref' attributes available. These are mutually exclusive. Any other attributes on the element processed by this parser will also be set on the parent object.
Field Summary |
---|
Fields inherited from class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser |
---|
ATTRIBUTE_CLASS, ATTRIBUTE_ID, ATTRIBUTE_NAME, ATTRIBUTE_REF, ATTRIBUTE_REF_SUFFIX, ATTRIBUTE_REFS, ATTRIBUTE_REFS_SUFFIX, beanPropertyConfiguration, logger, ROOT_ELEMENT, singleton |
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
---|
ID_ATTRIBUTE, NAME_ATTRIBUTE |
Constructor Summary | |
---|---|
EndpointRefParser(java.lang.String propertyName)
|
Method Summary | |
---|---|
protected void |
preProcess(org.w3c.dom.Element element)
Hook method that derived classes can implement to modify internal state before processing. |
Methods inherited from class org.mule.config.spring.parsers.generic.ParentDefinitionParser |
---|
getBeanClass, parseInternal, postProcess |
Methods inherited from class org.mule.config.spring.parsers.AbstractHierarchicalDefinitionParser |
---|
forceParent, getBeanAssembler, getOrphanBeanAssembler, getParentBeanDefinition, getParentBeanName, getTargetPropertyConfiguration |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
---|
parse, postProcessComponentDefinition, registerBeanDefinition, 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 |
Constructor Detail |
---|
public EndpointRefParser(java.lang.String propertyName)
Method Detail |
---|
protected void preProcess(org.w3c.dom.Element element)
AbstractMuleBeanDefinitionParser
preProcess
in class AbstractHierarchicalDefinitionParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |