Package org.certificateservices.messages.pkimessages.manager
-
Interface Summary Interface Description MessageHandler Interface that a MQ message handler should implement in order to send and recieve messages directly.MessageManager Message handler interface that all MQ implementations should implement, is in charge of sending a request and wait for a response to occur.MessageResponseCallback Callback interface used to signal that a response targeted for this client (i.e destinationId = current sourceId) -
Class Summary Class Description DefaultMessageManager Message manager in charge of sending a request and waiting for the response for a given time before a time out IOException is thrown.DummyMessageHandler