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 TypeMethodDescriptionvoidhandleResponse(SomCommand command, int status, SomPumiceConnection object) voidhandleResponse(SomCommand command, int status, SomPumiceMailbox object) voidhandleResponse(SomCommand command, int status, SomPumiceMessage object) voidhandleResponse(SomCommand command, int status, String detail) Generic command response handlervoidhandleResponse(SomCommand command, int status, String[] pairs) Methods inherited from interface com.isode.som.SomHandler
handleBindResponse
-
Method Details
-
handleResponse
Description copied from interface:SomHandlerGeneric command response handler- Specified by:
handleResponsein interfaceSomHandler- Parameters:
command- the command to which the response appliesstatus- status from commanddetail- error detail
-
handleResponse
-
handleResponse
-
handleResponse
-
handleResponse
-