Class DelegatingReplyProcessor

  • All Implemented Interfaces:
    ReplyProcessor

    public abstract class DelegatingReplyProcessor
    extends java.lang.Object
    implements ReplyProcessor
    A ReplyProcessor that hands off all implementation to another ReplyProcessor. This is useful for creating subclasses that only handle a subset of Commands.