Package com.isode.som
Interface SomResponseProcessor
- All Known Implementing Classes:
SomCommand,SomMessageResubmitCommand,SomPumiceCommand,SomPumiceControlCommand,SomPumiceForwardMessageCommand,SomPumiceManageMailboxCommand,SomPumiceManageMessageCommand,SomPumiceMonitorCommand,SomPumiceStatusCommand,SomPumiceSubordinatesCommand,SomPumiceTidyMailboxCommand,SomQmgrChannelControlCommand,SomQmgrChannelReadCommand,SomQmgrCommand,SomQmgrControlCommand,SomQmgrMessageControlCommand,SomQmgrMessageReadCommand,SomQmgrMessageSearchCommand,SomQmgrMtaCkadrCommand,SomQmgrMtaControlCommand,SomQmgrMtaReadCommand,SomQmgrStatusCommand,SomQmgrUserEventCommand,SomQmgrViewArchiveCommand,SomQmgrViewCommand,SomQmgrViewQueueCommand
public interface SomResponseProcessor
Interface for classes which process SOM command responses.
- Author:
- tc
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessResponse(String commandData, byte[] data, int status)
-
Method Details
-
processResponse
-