org.apache.directory.shared.dsmlv2
Interface DsmlDecorator

All Known Implementing Classes:
AbandonRequestDsml, AbstractRequestDsml, AddRequestDsml, AddResponseDsml, AuthRequestDsml, AuthResponseDsml, CompareRequestDsml, CompareResponseDsml, DelRequestDsml, DelResponseDsml, ErrorResponse, ExtendedRequestDsml, ExtendedResponseDsml, LdapResultDsml, ModDNResponseDsml, ModifyDNRequestDsml, ModifyRequestDsml, ModifyResponseDsml, SearchRequestDsml, SearchResponseDsml, SearchResultDoneDsml, SearchResultEntryDsml, SearchResultReferenceDsml

public interface DsmlDecorator

This interface defines the methods that must be implemented to define a DSML Decorator

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Method Summary
 org.dom4j.Element toDsml(org.dom4j.Element root)
          Converts the request/reponse to its XML representation in the DSMLv2 format
 

Method Detail

toDsml

org.dom4j.Element toDsml(org.dom4j.Element root)
Converts the request/reponse to its XML representation in the DSMLv2 format

Parameters:
root - the root dom4j Element
Returns:
the dom4j Element corresponding to the entry.


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.