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 TypeMethodDescriptionint
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)
-