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
FieldsModifier and TypeFieldDescriptionfinal Stringprotected HandleAttachment<InputType>protected IDGeneratorFields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI -
Constructor Summary
ConstructorsConstructorDescriptionHandleCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddToFlow(CommandDescriptor<InputType> commandDescriptor) voidbegin(String namespace, String xmlElementName, Attributes attributes) voidprotected CommandDescriptor<InputType>makeCommandDescriptor(String xmlElementName, Attributes attributes) Methods inherited from class org.chenile.owiz.config.impl.OwizRule
getComponentNameFromAttributes, getFlow, getKey, getXmlNameAsCamelCaseMethods 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:
beginin classorg.apache.commons.digester.Rule- Throws:
OwizConfigException
-
end
- Overrides:
endin classorg.apache.commons.digester.Rule- Throws:
Exception
-