public class AddResponseDsml extends AbstractResultResponseDsml<AddResponse> implements AddResponse
| Constructor and Description |
|---|
AddResponseDsml(LdapApiService codec)
Creates a new getDecoratedMessage() of AddResponseDsml.
|
AddResponseDsml(LdapApiService codec,
AddResponse ldapMessage)
Creates a new getDecoratedMessage() of AddResponseDsml.
|
| 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 AddResponseDsml(LdapApiService codec)
public AddResponseDsml(LdapApiService codec, AddResponse ldapMessage)
ldapMessage - the message to decoratepublic MessageTypeEnum getType()
getType in interface MessagegetType in class AbstractDsmlMessageDecorator<AddResponse>public org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml in interface DsmlDecorator<AddResponse>toDsml in class AbstractResultResponseDsml<AddResponse>root - the root dom4j ElementCopyright © 2021. All rights reserved.