be.SIRAPRISE.messages
Interface ExecuteDMLMessageTypesV14

All Known Implementing Classes:
ExecuteAssignmentMessageType, ExecuteAssignmentMessageTypeV1_0, ExecuteQueryMessageType, ExecuteQueryMessageTypeV1_0

public interface ExecuteDMLMessageTypesV14

Interface implemented by all the ExecuteDMLMessageType classes applying as of V1.4

Author:
Erwin

Method Summary
 ServerMessage message(ServerCommand cmd)
          Factory method for getting the Message to send to the server in order to get the command held in cmd executed
 

Method Detail

message

ServerMessage message(ServerCommand cmd)
Factory method for getting the Message to send to the server in order to get the command held in cmd executed

Parameters:
cmd - A command to be executed
Returns:
the Message to send to the server in order to get the command held in cmd executed