Package org.citrusframework.config.xml
Class DirectSyncEndpointParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.citrusframework.config.xml.AbstractEndpointParser
org.citrusframework.config.xml.AbstractDirectEndpointParser
org.citrusframework.config.xml.DirectSyncEndpointParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
Bean definition parser for synchronous message queue endpoint components.
- Since:
- 3.0
- Author:
- Christoph Deppisch
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSubclasses must provide endpoint class.protected Class<? extends EndpointConfiguration>Subclasses must provide endpoint configuration class.protected voidparseEndpointConfiguration(org.springframework.beans.factory.support.BeanDefinitionBuilder endpointConfiguration, Element element, org.springframework.beans.factory.xml.ParserContext parserContext) Subclasses can override this parsing method in order to provide proper endpoint configuration bean definition properties.Methods inherited from class org.citrusframework.config.xml.AbstractEndpointParser
parseEndpoint, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
DirectSyncEndpointParser
public DirectSyncEndpointParser()
-
-
Method Details
-
getEndpointClass
Description copied from class:AbstractEndpointParserSubclasses must provide endpoint class.- Specified by:
getEndpointClassin classAbstractEndpointParser- Returns:
-
getEndpointConfigurationClass
Description copied from class:AbstractEndpointParserSubclasses must provide endpoint configuration class.- Specified by:
getEndpointConfigurationClassin classAbstractEndpointParser- Returns:
-
parseEndpointConfiguration
protected void parseEndpointConfiguration(org.springframework.beans.factory.support.BeanDefinitionBuilder endpointConfiguration, Element element, org.springframework.beans.factory.xml.ParserContext parserContext) Description copied from class:AbstractEndpointParserSubclasses can override this parsing method in order to provide proper endpoint configuration bean definition properties.- Overrides:
parseEndpointConfigurationin classAbstractDirectEndpointParser
-