Package org.citrusframework.config.xml
Class DirectEndpointParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.citrusframework.config.xml.AbstractEndpointParser
org.citrusframework.config.xml.AbstractDirectEndpointParser
org.citrusframework.config.xml.DirectEndpointParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
Simple endpoint parser.
- 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.Methods inherited from class org.citrusframework.config.xml.AbstractDirectEndpointParser
parseEndpointConfigurationMethods 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
-
DirectEndpointParser
public DirectEndpointParser()
-
-
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:
-