Package org.openas2.cmd.processor
Interface CommandProcessor
-
- All Known Implementing Classes:
BaseCommandProcessor
,SocketCommandProcessor
,StreamCommandProcessor
public interface CommandProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addCommands(CommandRegistry reg)
java.util.List<Command>
getCommands()
void
processCommand()
void
terminate()
-
-
-
Method Detail
-
getCommands
java.util.List<Command> getCommands()
-
addCommands
void addCommands(CommandRegistry reg)
-
terminate
void terminate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
processCommand
void processCommand() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-