Package org.openas2.cmd
Class BaseCommandRegistry
- java.lang.Object
-
- org.openas2.BaseComponent
-
- org.openas2.cmd.BaseCommandRegistry
-
- All Implemented Interfaces:
CommandRegistry
,Component
- Direct Known Subclasses:
XMLCommandRegistry
public class BaseCommandRegistry extends BaseComponent implements CommandRegistry
-
-
Constructor Summary
Constructors Constructor Description BaseCommandRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Command>
getCommands()
void
setCommands(java.util.List<Command> commands)
-
Methods inherited from class org.openas2.BaseComponent
destroy, getName, getParameter, getParameter, getParameterInt, getParameters, getSession, init, setParameter, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openas2.Component
destroy, getName, getParameters, getSession, init
-
-
-
-
Field Detail
-
commands
private java.util.List<Command> commands
-
-
Method Detail
-
getCommands
public java.util.List<Command> getCommands()
- Specified by:
getCommands
in interfaceCommandRegistry
-
setCommands
public void setCommands(java.util.List<Command> commands)
-
-