Package com.epam.admintool.commands
Interface ICommandHandler
- All Known Implementing Classes:
CommandHandler
public interface ICommandHandler
The base command handler interface.
Provides ability to find and create the command instance.
-
Method Summary
Modifier and TypeMethodDescriptiongetCommand
(String xmlContext, String externalPackage) Gets command.
-
Method Details
-
getCommand
Gets command.- Parameters:
xmlContext
- the xml contextexternalPackage
- the session parameters- Returns:
- Command - if command found or null - otherwise
- Throws:
jakarta.xml.bind.JAXBException
- - exception if error occurredInstantiationException
IllegalAccessException
Exception
-