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.
getCommand
Command getCommand(String xmlContext,
String externalPackage)
throws Exception
- Gets command.
- Parameters:
xmlContext
- the xml contextexternalPackage
- the session parameters
- Returns:
- Command - if command found or null - otherwise
- Throws:
javax.xml.bind.JAXBException
- - exception if error occurred
InstantiationException
IllegalAccessException
Exception
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.