MessageCommand mc = new MessageCommand();
SimpleMessage sm = SimpleMessage.wrapperSimpeMessage();
sm.setCommndID(mc.getCommandID());
Message aMsg = mc.excute(sm);
MessageCommand mc1 = new MessageCommand();
SimpleMessage sm1 = SimpleMessage.wrapperSimpeMessage();
sm1.setCommndID(mc1.getCommandID());
sm1.setMessageType(Message.MSG_RES);
Message aMsg1 = mc1.excute(sm1);
}