Interface CommandProcessor

All Known Implementing Classes:
AbortTransferCommandProcessor, BeginTransferCommandProcessor, CommitTransferCommandProcessor, MessagesTransferCommandProcessor, PostContentCommandProcessor, PostSnapshotCommandProcessor, PrepareTransferCommandProcessor, ReportCommandProcessor, StatusCommandProcessor, TestCredentialsCommandProcessor

public interface CommandProcessor
Author:
brian
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)
     
  • Method Details

    • process

      int process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)