public class AbandonRequestDsml extends AbstractRequestDsml
instanceldapMessageLengthparent| Constructor and Description |
|---|
AbandonRequestDsml()
Creates a new instance of AbandonRequestDsml.
|
AbandonRequestDsml(AbandonRequestCodec ldapMessage)
Creates a new instance of AbandonRequestDsml.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAbandonedMessageId()
Get the abandoned message ID
|
MessageTypeEnum |
getMessageType()
Get the message type
|
void |
setAbandonedMessageId(int abandonedMessageId)
Set the abandoned message ID
|
org.dom4j.Element |
toDsml(org.dom4j.Element root)
Creates the Request Element and adds RequestID and Controls.
|
addControl, addLength, computeLength, computeLengthProtocolOp, encode, encodeProtocolOp, getAbandonRequest, getAddRequest, getAddResponse, getBindRequest, getBindResponse, getCompareRequest, getCompareResponse, getControls, getControls, getCurrentControl, getCurrentLength, getDelRequest, getDelResponse, getExpectedLength, getExtendedRequest, getExtendedResponse, getLdapResponse, getMessageId, getMessageTypeName, getModifyDNRequest, getModifyDNResponse, getModifyRequest, getModifyResponse, getParent, getSearchRequest, getSearchResultDone, getSearchResultEntry, getSearchResultReference, getUnBindRequest, setCurrentLength, setExpectedLength, setMessageId, setParent, toStringaddControls, encode, getCodecControl, initControls, toStringgetTlvIdpublic AbandonRequestDsml()
public AbandonRequestDsml(AbandonRequestCodec ldapMessage)
ldapMessage - the message to decoratepublic MessageTypeEnum getMessageType()
getMessageType in class LdapMessageDecoratorpublic org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml in interface DsmlDecoratortoDsml in class AbstractRequestDsmlroot - the root elementpublic int getAbandonedMessageId()
public void setAbandonedMessageId(int abandonedMessageId)
abandonedMessageId - The abandoned messageID to set.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.