public abstract class AbstractRequestDsml extends LdapRequestDecorator implements DsmlDecorator
instance
ldapMessageLength
parent
Constructor and Description |
---|
AbstractRequestDsml(LdapMessageCodec ldapMessage)
Creates a new instance of AbstractRequestDsml.
|
Modifier and Type | Method and Description |
---|---|
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, getMessageType, getMessageTypeName, getModifyDNRequest, getModifyDNResponse, getModifyRequest, getModifyResponse, getParent, getSearchRequest, getSearchResultDone, getSearchResultEntry, getSearchResultReference, getUnBindRequest, setCurrentLength, setExpectedLength, setMessageId, setParent, toString
addControls, encode, getCodecControl, initControls, toString
getTlvId
public AbstractRequestDsml(LdapMessageCodec ldapMessage)
ldapMessage
- the message to decoratepublic org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml
in interface DsmlDecorator
root
- the root elementCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.