org.universAAL.lddi.lib.ieeex73std.manager.apdu
Class APDUProcessor

Package class diagram package APDUProcessor
java.lang.Object
  extended by org.universAAL.lddi.lib.ieeex73std.manager.apdu.APDUProcessor

public class APDUProcessor
extends Object

This class processes the APDUs received from the Agent, and generate the proper response. Also, it manages if the received APDU is acceptable in the current state of the state machine.

Author:
lgigante

Constructor Summary
APDUProcessor(IDecoder decoder, StateMachine20601 fsm, APDUGenerator msg_gen, AgentCache acache)
           
 
Method Summary
 ApduType processAPDU(ApduType apdu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APDUProcessor

public APDUProcessor(IDecoder decoder,
                     StateMachine20601 fsm,
                     APDUGenerator msg_gen,
                     AgentCache acache)
Method Detail

processAPDU

public ApduType processAPDU(ApduType apdu)
                     throws Exception
Throws:
Exception


Copyright © 2014 universAAL Consortium. All Rights Reserved.