T
- type of provider controlpublic interface ControlHandler<T>
Modifier and Type | Method and Description |
---|---|
Class<T> |
getControlType()
Returns the type of control that is handled.
|
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.
|
Class<T> getControlType()
String getOID(T control)
control
- to return oid forT handleRequest(RequestControl requestControl)
requestControl
- to convertResponseControl handleResponse(T responseControl)
responseControl
- to convertCopyright © 2003-2019 Virginia Tech. All Rights Reserved.