|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
C - The type of control decoded by this control decoder.public interface ControlDecoder<C extends Control>
A factory interface for decoding a control as a control of specific type.
| Method Summary | |
|---|---|
C |
decodeControl(Control control)Decodes the provided control as a Control of type C. |
java.lang.String |
getOID()Returns the numeric OID associated with this control decoder. |
| Method Detail |
|---|
C decodeControl(Control control)
throws PluginException
Control of type C.control - The control to be decoded.PluginException - If the control contained the wrong OID, it did not have a value, or if its value could not be decoded.java.lang.String getOID()
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||