Package com.isode.som
Interface SomHandler
- All Known Subinterfaces:
SomPumiceHandler,SomQmgrHandler
- All Known Implementing Classes:
SomPumiceConnection,SomPumiceMailbox,SomPumiceMessage,SomPumiceMessageStore,SomQmgrAssociation,SomQmgrChannel,SomQmgrHandlerAdapter,SomQmgrInboundMessage,SomQmgrMessage,SomQmgrMta,SomQmgrQueueManager,SomQmgrSchedule
public interface SomHandler
Interface for basic response handler
- Author:
- tc
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleBindResponse(int status, String detail) Handle the response to a Bind operationvoidhandleResponse(SomCommand cmd, int status, String detail) Generic command response handler
-
Method Details
-
handleBindResponse
Handle the response to a Bind operation- Parameters:
status- operation statusdetail- error detail on failure
-
handleResponse
Generic command response handler- Parameters:
cmd- the command to which the response appliesstatus- status from commanddetail- error detail
-