Package com.swiftmq.tools.requestreply
Interface ReplyHandler
-
- All Known Implementing Classes:
ConnectionImpl,QueueConnectionImpl,TopicConnectionImpl,XAConnectionImpl,XAQueueConnectionImpl,XATopicConnectionImpl
public interface ReplyHandlerA ReplyHandler performs a Reply back to the Request via a communication link.- Author:
- Andreas Mueller, IIT GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperformReply(Reply reply)
-
-
-
Method Detail
-
performReply
void performReply(Reply reply)
-
-