Class DelResponseDsml

    • Constructor Detail

      • DelResponseDsml

        public DelResponseDsml​(LdapApiService codec)
        Creates a new getDecoratedMessage() of DelResponseDsml.
        Parameters:
        codec - The LDAP Service to use
      • DelResponseDsml

        public DelResponseDsml​(LdapApiService codec,
                               DeleteResponse ldapMessage)
        Creates a new getDecoratedMessage() of DelResponseDsml.
        Parameters:
        codec - The LDAP Service to use
        ldapMessage - the message to decorate
    • Method Detail

      • toDsml

        public org.dom4j.Element toDsml​(org.dom4j.Element root)
        Converts the request/reponse to its XML representation in the DSMLv2 format
        Specified by:
        toDsml in interface DsmlDecorator<DeleteResponse>
        Parameters:
        root - the root dom4j Element
        Returns:
        the dom4j Element corresponding to the entry.