Package jade.imtp.leap
Class MicroSkeleton
- java.lang.Object
-
- jade.imtp.leap.MicroSkeleton
-
- Direct Known Subclasses:
BackEndSkel,FrontEndSkel
public abstract class MicroSkeleton extends Object
Deserialize a command, calls the corresponding method and serialize the response.- Author:
- Giovanni Caire - TILAB
-
-
Constructor Summary
Constructors Constructor Description MicroSkeleton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandcreateErrorRsp(Throwable tr, boolean expected)byte[]handleCommand(byte[] cmd)
-