public interface CommandObject
| Modifier and Type | Method and Description |
|---|---|
void |
setCommandContext(java.lang.String verb,
DataHandler dh)
Initializes the command with the verb it is expected to perform and
the data handler describing the data to operate on.
|
void setCommandContext(java.lang.String verb,
DataHandler dh)
throws java.io.IOException
verb - the command verbdh - the data handler describing the data to processjava.io.IOException