Package org.chenile.owiz.config.impl
Class HandleCommand<InputType>
java.lang.Object
org.apache.commons.digester.Rule
org.chenile.owiz.config.impl.OwizRule<InputType>
org.chenile.owiz.config.impl.HandleCommand<InputType>
- Direct Known Subclasses:
HandleRegisteredCommand
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
protected HandleAttachment<InputType>
protected IDGenerator
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
-
Constructor Summary
ConstructorDescriptionHandleCommand
(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addToFlow
(CommandDescriptor<InputType> commandDescriptor) void
begin
(String namespace, String xmlElementName, Attributes attributes) void
protected CommandDescriptor<InputType>
makeCommandDescriptor
(String xmlElementName, Attributes attributes) Methods inherited from class org.chenile.owiz.config.impl.OwizRule
getComponentNameFromAttributes, getFlow, getKey, getXmlNameAsCamelCase
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Field Details
-
DEFAULT_ATTACHMENT_TAG
- See Also:
-
idGenerator
-
handleAttachment
-
-
Constructor Details
-
HandleCommand
-
-
Method Details
-
makeCommandDescriptor
protected CommandDescriptor<InputType> makeCommandDescriptor(String xmlElementName, Attributes attributes) -
addToFlow
-
begin
public void begin(String namespace, String xmlElementName, Attributes attributes) throws OwizConfigException - Overrides:
begin
in classorg.apache.commons.digester.Rule
- Throws:
OwizConfigException
-
end
- Overrides:
end
in classorg.apache.commons.digester.Rule
- Throws:
Exception
-