Package com.isode.som.pumice
Interface SomPumiceHandler
- All Superinterfaces:
SomHandler
- All Known Implementing Classes:
SomPumiceConnection
,SomPumiceMailbox
,SomPumiceMessage
,SomPumiceMessageStore
Interface for classes which will handle responses to SOM Pumice commands
- Author:
- tc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleResponse
(SomCommand command, int status, SomPumiceConnection object) void
handleResponse
(SomCommand command, int status, SomPumiceMailbox object) void
handleResponse
(SomCommand command, int status, SomPumiceMessage object) void
handleResponse
(SomCommand command, int status, String detail) Generic command response handlervoid
handleResponse
(SomCommand command, int status, String[] pairs) Methods inherited from interface com.isode.som.SomHandler
handleBindResponse
-
Method Details
-
handleResponse
Description copied from interface:SomHandler
Generic command response handler- Specified by:
handleResponse
in interfaceSomHandler
- Parameters:
command
- the command to which the response appliesstatus
- status from commanddetail
- error detail
-
handleResponse
-
handleResponse
-
handleResponse
-
handleResponse
-