Interface CommandProcessor
-
- All Known Implementing Classes:
AbortTransferCommandProcessor
,BeginTransferCommandProcessor
,CommitTransferCommandProcessor
,MessagesTransferCommandProcessor
,PostContentCommandProcessor
,PostSnapshotCommandProcessor
,PrepareTransferCommandProcessor
,ReportCommandProcessor
,StatusCommandProcessor
,TestCredentialsCommandProcessor
public interface CommandProcessor
- Author:
- brian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)
-