public class ModDNResponseDsml extends AbstractResultResponseDsml<ModifyDnResponse> implements ModifyDnResponse
| Constructor and Description |
|---|
ModDNResponseDsml(LdapApiService codec)
Creates a new getDecoratedMessage() of ModDNResponseDsml.
|
ModDNResponseDsml(LdapApiService codec,
ModifyDnResponse ldapMessage)
Creates a new getDecoratedMessage() of ModDNResponseDsml.
|
| Modifier and Type | Method and Description |
|---|---|
MessageTypeEnum |
getType()
Gets the LDAP message type code associated with this Message.
|
org.dom4j.Element |
toDsml(org.dom4j.Element root)
Converts the request/reponse to its XML representation in the DSMLv2 format
|
getLdapResultaddAllControls, addControl, get, getCodecService, getControl, getControls, getCurrentControl, getDecorated, getMessageId, hasControl, put, removeControl, setMessageIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, hasControl, put, removeControl, setMessageIdpublic ModDNResponseDsml(LdapApiService codec)
public ModDNResponseDsml(LdapApiService codec, ModifyDnResponse ldapMessage)
ldapMessage - the message to decoratepublic MessageTypeEnum getType()
getType in interface MessagegetType in class AbstractDsmlMessageDecorator<ModifyDnResponse>public org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml in interface DsmlDecorator<ModifyDnResponse>toDsml in class AbstractResultResponseDsml<ModifyDnResponse>root - the root dom4j ElementCopyright © 2021. All rights reserved.