T - The request typepublic interface RequestBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
void |
buildRequest(T request)
Modifies the provided request adding specific information to it.
|
void buildRequest(T request) throws org.apache.directory.api.ldap.model.exception.LdapException
request - The request to be modifiedorg.apache.directory.api.ldap.model.exception.LdapException - If something goes wrongCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.