Package com.swiftmq.tools.requestreply
-
Interface Summary Interface Description ReplyHandler A ReplyHandler performs a Reply back to the Request via a communication link.RequestHandler RequestRetryValidator RequestService The RequestHandler is the that object which is responseable of servicing a request of a RequestServiceRegistry.RequestVisitor -
Class Summary Class Description GenericReply GenericRequest Reply A Reply is a wrapper class for data (the Result) sending back from a communication point to a Request, identified by a RequestNumber.ReplyNE ReplyRequest Request RequestRegistry RequestServiceRegistry The RequestServiceRegistry is responsible to register RequestServices for dispatchIds and dispatches incoming Requests to RequestServices. -
Exception Summary Exception Description TimeoutException TransportException ValidationException