public interface CommandObject
Modifier and Type | Method and Description |
---|---|
void |
setCommandContext(java.lang.String verb,
DataHandler dh)
Initialize the Command with the verb it is requested to handle
and the DataHandler that describes the data it will
operate on.
|
void setCommandContext(java.lang.String verb, DataHandler dh) throws java.io.IOException
DataHandler
.verb
- The Command Verb this object refers to.dh
- The DataHandler.java.io.IOException
- for failures accessing data