Interface CitrusXmlConfigParser
public interface CitrusXmlConfigParser
- Author:
- Christoph Deppisch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.LoggerLoggerstatic final StringBean definition parser resource lookup pathstatic final org.citrusframework.spi.TypeResolverType resolver to find custom message Xml config parsers on classpath via resource path lookup -
Method Summary
Static Methods
-
Field Details
-
logger
static final org.slf4j.Logger loggerLogger -
RESOURCE_PATH
Bean definition parser resource lookup path- See Also:
-
TYPE_RESOLVER
static final org.citrusframework.spi.TypeResolver TYPE_RESOLVERType resolver to find custom message Xml config parsers on classpath via resource path lookup
-
-
Method Details
-
lookup
Resolves all available config parsers from resource path lookup. Scans classpath for config parser meta information and instantiates those parsers.- Returns:
-
lookup
Resolves XML config parser from resource path lookup with given category and name. Scans classpath for parser meta information with given name and returns instance of parser. Returns optional instead of throwing exception when no parser could be found.- Parameters:
category-name-- Returns:
-