|
||||||||||
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.reponse.LdapResponseDecorator
org.apache.directory.shared.dsmlv2.reponse.DelResponseDsml
public class DelResponseDsml
DSML Decorator for DelResponse
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 | |
---|---|
DelResponseDsml()
Creates a new instance of DelResponseDsml. |
|
DelResponseDsml(DelResponseCodec ldapMessage)
Creates a new instance of DelResponseDsml. |
Method Summary | |
---|---|
MessageTypeEnum |
getMessageType()
Get the message type |
org.dom4j.Element |
toDsml(org.dom4j.Element root)
Converts the request/reponse to its XML representation in the DSMLv2 format |
Methods inherited from class org.apache.directory.shared.dsmlv2.reponse.LdapResponseDecorator |
---|
getLdapResponseLength, getLdapResult, setLdapResult |
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 DelResponseDsml()
public DelResponseDsml(DelResponseCodec ldapMessage)
ldapMessage
- the message to decorateMethod Detail |
---|
public MessageTypeEnum getMessageType()
LdapMessageCodec
getMessageType
in class LdapMessageDecorator
public org.dom4j.Element toDsml(org.dom4j.Element root)
DsmlDecorator
toDsml
in interface DsmlDecorator
root
- the root dom4j Element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |