Class AbstractResultResponseDsml<E extends ResultResponse>

    • Constructor Detail

      • AbstractResultResponseDsml

        public AbstractResultResponseDsml​(LdapApiService codec,
                                          E resultResponse)
        Instantiates a new abstract DSML response.
        Parameters:
        codec - The LDAP Service to use
        resultResponse - the LDAP message to decorate
    • Method Detail

      • getLdapResult

        public LdapResult getLdapResult()
        Gets the LdapResult components of this Response.
        Specified by:
        getLdapResult in interface ResultResponse
        Returns:
        the LdapResult for this Response.