Package org.openas2.cmd
Interface CommandRegistry
-
- All Superinterfaces:
Component
- All Known Implementing Classes:
BaseCommandRegistry
,XMLCommandRegistry
public interface CommandRegistry extends Component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Command>
getCommands()
-
Methods inherited from interface org.openas2.Component
destroy, getName, getParameters, getSession, init
-
-
-
-
Method Detail
-
getCommands
java.util.List<Command> getCommands()
-
-