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