package javax.naming.ldap; import java.io.Serializable; import javax.naming.NamingException; public interface ExtendedRequest extends Serializable { ExtendedResponse createExtendedResponse(String str, byte[] bArr, int i, int i2) throws NamingException; byte[] getEncodedValue(); String getID(); }