javax.activation

Interface CommandObject

public interface CommandObject

Bean interface to implement in order to receive notification of the command verb.
Method Summary
voidsetCommandContext(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.

Method Detail

setCommandContext

public void setCommandContext(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.

Parameters: verb the command verb dh the data handler describing the data to process