Class ModifyResponseDsml

    • Constructor Detail

      • ModifyResponseDsml

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

        public ModifyResponseDsml​(LdapApiService codec,
                                  ModifyResponse ldapMessage)
        Creates a new getDecoratedMessage() of ModifyResponseDsml.
        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<ModifyResponse>
        Parameters:
        root - the root dom4j Element
        Returns:
        the dom4j Element corresponding to the entry.