|
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 |
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 |
---|
R decodeControl(ExtendedResult control) throws PluginException
Control
of type R
.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 |