public abstract class OSCPProviderHandler<T extends State>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected OSCPProvider |
provider |
| Constructor and Description |
|---|
OSCPProviderHandler(java.lang.String descriptorHandle) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptorHandle() |
void |
notifyOperationInvoked(OperationInvocationContext oic,
InvocationState is) |
protected void |
setProvider(OSCPProvider provider) |
void |
updateState(T state) |
protected OSCPProvider provider
public OSCPProviderHandler(java.lang.String descriptorHandle)
public void updateState(T state)
protected void setProvider(OSCPProvider provider)
public void notifyOperationInvoked(OperationInvocationContext oic, InvocationState is)
public java.lang.String getDescriptorHandle()