Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


oracle.oud.responses
Interface ExtendedResultDecoder<R extends ExtendedResult>

Type Parameters:
R - The type of extended result decoded by this extended result decoder.

public interface ExtendedResultDecoder<R extends ExtendedResult>

A factory interface for decoding a generic extended result as an extended result of specific type.


Method Summary
 R decodeControl(ExtendedResult control)
          Decodes the provided control as a Control of type R.
 java.lang.String getOID()
          Returns the numeric OID associated with this control decoder.

 

Method Detail

decodeControl

R decodeControl(ExtendedResult control)
                                       throws PluginException
Decodes the provided control as a Control of type R.
Parameters:
control - The control to be decoded.
Returns:
The decoded control.
Throws:
PluginException - If the control contained the wrong OID, it did not have a value, or if its value could not be decoded.

getOID

java.lang.String getOID()
Returns the numeric OID associated with this control decoder.
Returns:
The numeric OID associated with this control decoder.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.