Class PostSnapshotCommandProcessor

  • All Implemented Interfaces:
    CommandProcessor

    public class PostSnapshotCommandProcessor
    extends Object
    implements CommandProcessor
    This command processor is used to receive the snapshot for a given transfer.
    Author:
    brian
    • Constructor Detail

      • PostSnapshotCommandProcessor

        public PostSnapshotCommandProcessor()
    • Method Detail

      • process

        public int process​(org.springframework.extensions.webscripts.WebScriptRequest req,
                           org.springframework.extensions.webscripts.WebScriptResponse resp)
        Specified by:
        process in interface CommandProcessor
      • setReceiver

        public void setReceiver​(TransferReceiver receiver)
        Parameters:
        receiver - the receiver to set