org.apache.directory.shared.ldap.codec.api
Interface ExtendedOpFactory<Q extends ExtendedRequest,P extends ExtendedResponse>


public interface ExtendedOpFactory<Q extends ExtendedRequest,P extends ExtendedResponse>

The LdapCodec interface, defined by the codec API.

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

Method Summary
 String getRequestOid()
           
 String getResponseOid()
           
 Q newRequest()
           
 P newResponse()
           
 

Method Detail

getResponseOid

String getResponseOid()

getRequestOid

String getRequestOid()

newRequest

Q newRequest()

newResponse

P newResponse()


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