public abstract class ProtocolHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FIELD_ACTION_RESPONSE_PARAMETERS |
| Constructor and Description |
|---|
ProtocolHandler() |
| Modifier and Type | Method and Description |
|---|---|
static GenericActionCommand |
actionCommandFromDataTable(DataTable table) |
static DataTable |
actionCommandToDataTable(GenericActionCommand cmd) |
static ActionIdentifier |
actionIdFromDataTable(DataTable table) |
static DataTable |
actionIdToDataTable(ActionIdentifier id) |
static GenericActionResponse |
actionResponseFromDataTable(DataTable table) |
static DataTable |
actionResponseToDataTable(GenericActionResponse response) |
public static final java.lang.String FIELD_ACTION_RESPONSE_PARAMETERS
public static DataTable actionIdToDataTable(ActionIdentifier id)
public static ActionIdentifier actionIdFromDataTable(DataTable table)
public static DataTable actionCommandToDataTable(GenericActionCommand cmd)
public static GenericActionCommand actionCommandFromDataTable(DataTable table)
public static DataTable actionResponseToDataTable(GenericActionResponse response)
public static GenericActionResponse actionResponseFromDataTable(DataTable table)