Class SocketCommandProcessor

  • All Implemented Interfaces:
    CommandProcessor, Component, HasSchedule

    public class SocketCommandProcessor
    extends BaseCommandProcessor
    actual socket command processor takes commands from socket/port and passes them to the OpenAS2Server message format <command userid="abc" pasword="xyz"> the actual command </command>

    when inited the valid userid and password is passed, then as each command is processed the processCommand method verifies the two fields correctness

    Author:
    joseph mcverry
    • Constructor Detail

      • SocketCommandProcessor

        public SocketCommandProcessor()