Uses of Class
org.chenile.owiz.exception.OwizConfigException
Package
Description
Implementation of the classes that capture the configuration model from various sources
such as XML etc.
-
Uses of OwizConfigException in org.chenile.owiz.config.impl
Modifier and TypeMethodDescriptionprivate void
OrchConfiguratorBase.attachCommandToParent
(CommandDescriptor<InputType> cd, Map<String, CommandDescriptor<InputType>> commandCatalog) void
CommandAttachmentDelegatorRule.begin
(String namespace, String xmlElementName, Attributes attributes) void
HandleAttachment.begin
(String namespace, String xmlElementName, Attributes attributes) void
HandleCommand.begin
(String namespace, String xmlElementName, Attributes attributes) void
HandleRegisteredCommand.begin
(String namespace, String xmlElementName, Attributes attributes) void
XmlOrchConfigurator.completeInit()
OrchConfiguratorBase.lookupCommand
(String componentName) This method uses the bean factory adapter to look up various bean factories.OrchConfiguratorBase.makeCommand
(CommandDescriptor<InputType> cd) private void
OrchConfiguratorBase.processChain
(Map<String, CommandDescriptor<InputType>> commandCatalog) protected void
XmlOrchConfigurator.processFile
(String name) protected void
OrchConfiguratorBase.processFlows()
void
XmlOrchConfigurator.setFilename
(String... names) ModifierConstructorDescriptionXmlOrchConfigurator
(List<String> files, BeanFactoryAdapter factory)