|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of provider controlpublic interface ControlHandler<T>
Handles provider specific request and response controls.
| Method Summary | |
|---|---|
String |
getOID(T control)
Returns the OID of the supplied control. |
T |
handleRequest(RequestControl requestControl)
Converts the supplied control to a provider specific request control. |
ResponseControl |
handleResponse(T responseControl)
Converts the supplied provider control to a response control. |
| Method Detail |
|---|
String getOID(T control)
control - to return oid for
T handleRequest(RequestControl requestControl)
requestControl - to convert
ResponseControl handleResponse(T responseControl)
responseControl - to convert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||