Class RequestDecorator<M extends Request>

    • Constructor Detail

      • RequestDecorator

        public RequestDecorator​(LdapApiService codec,
                                M decoratedMessage)
        Makes Request a MessageDecorator.
        Parameters:
        codec - The LDAP service instance
        decoratedMessage - the decorated message
    • Method Detail

      • hasResponse

        public boolean hasResponse()
        Tests to see if this Request produces one or more response types.
        Specified by:
        hasResponse in interface Request
        Returns:
        true if a response can be expected, false otherwise.