SimulatorPDUProcessorFactory creates new instances of a SimulatorPDUProcessor. It's passed to SMSCListener which uses it to create new PDU processors whenewer new connection from client is requested. The PDU processor is passed to instance of SMSCSession which uses the processor to handle client requests and responses.
@author Logica Mobile Networks SMPP Open Source Team
@version $Revision: 1.1 $
@see PDUProcessorFactory
@see PDUProcessorGroup
@see SimulatorPDUProcessor
| |