Interface ReplyHandler

All Known Implementing Classes:
ConnectionImpl, QueueConnectionImpl, TopicConnectionImpl, XAConnectionImpl, XAQueueConnectionImpl, XATopicConnectionImpl

public interface ReplyHandler
A ReplyHandler performs a Reply back to the Request via a communication link.
Author:
Andreas Mueller, IIT GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • performReply

      void performReply(Reply reply)