public class ModifyResponseDsml extends AbstractResultResponseDsml<ModifyResponse> implements ModifyResponse
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
MODIFY_RESPONSE_TAG |
| Constructor and Description |
|---|
ModifyResponseDsml(LdapApiService codec)
Creates a new getDecoratedMessage() of ModifyResponseDsml.
|
ModifyResponseDsml(LdapApiService codec,
ModifyResponse ldapMessage)
Creates a new getDecoratedMessage() of ModifyResponseDsml.
|
| 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, setMessageIdprivate static final java.lang.String MODIFY_RESPONSE_TAG
public ModifyResponseDsml(LdapApiService codec)
public ModifyResponseDsml(LdapApiService codec, ModifyResponse ldapMessage)
ldapMessage - the message to decoratepublic MessageTypeEnum getType()
getType in interface MessagegetType in class AbstractDsmlMessageDecorator<ModifyResponse>public org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml in interface DsmlDecorator<ModifyResponse>toDsml in class AbstractResultResponseDsml<ModifyResponse>root - the root dom4j Element