|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.AbstractAsn1Object
org.apache.directory.shared.ldap.codec.LdapMessageCodec
org.apache.directory.shared.dsmlv2.LdapMessageDecorator
org.apache.directory.shared.dsmlv2.request.LdapRequestDecorator
org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
org.apache.directory.shared.dsmlv2.request.ExtendedRequestDsml
public class ExtendedRequestDsml
DSML Decorator for ExtendedRequest
Field Summary |
---|
Fields inherited from class org.apache.directory.shared.dsmlv2.LdapMessageDecorator |
---|
instance |
Fields inherited from class org.apache.directory.shared.ldap.codec.LdapMessageCodec |
---|
ldapMessageLength |
Fields inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object |
---|
parent |
Constructor Summary | |
---|---|
ExtendedRequestDsml()
Creates a new instance of ExtendedRequestDsml. |
|
ExtendedRequestDsml(ExtendedRequestCodec ldapMessage)
Creates a new instance of ExtendedRequestDsml. |
Method Summary | |
---|---|
MessageTypeEnum |
getMessageType()
Get the message type |
java.lang.String |
getRequestName()
Get the extended request name |
byte[] |
getRequestValue()
Get the extended request value |
void |
setRequestName(OID requestName)
Set the extended request name |
void |
setRequestValue(byte[] requestValue)
Set the extended request value |
org.dom4j.Element |
toDsml(org.dom4j.Element root)
Creates the Request Element and adds RequestID and Controls. |
Methods inherited from class org.apache.directory.shared.ldap.codec.LdapMessageCodec |
---|
addControls, encode, getCodecControl, initControls, toString |
Methods inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object |
---|
getTlvId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExtendedRequestDsml()
public ExtendedRequestDsml(ExtendedRequestCodec ldapMessage)
ldapMessage
- the message to decorateMethod Detail |
---|
public MessageTypeEnum getMessageType()
getMessageType
in class LdapMessageDecorator
public org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml
in interface DsmlDecorator
toDsml
in class AbstractRequestDsml
root
- the root element
public java.lang.String getRequestName()
public void setRequestName(OID requestName)
requestName
- The request name to set.public byte[] getRequestValue()
public void setRequestValue(byte[] requestValue)
requestValue
- The request value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |