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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processResponse(java.lang.String commandData, byte[] data, int status)
-