public interface IntermediateResponse
Modifier and Type | Method and Description |
---|---|
String |
getResponseName()
Get the original response OID.
|
byte[] |
getResponseValue()
Get the associated response value
|
void |
setResponseName(String responseName)
Sets the original response OID
|
void |
setResponseValue(byte[] responseValue)
Sets the response's value
|
String getResponseName()
void setResponseName(String responseName)
responseName
- The response OIDbyte[] getResponseValue()
void setResponseValue(byte[] responseValue)
responseValue
- The associated response's valueCopyright © 2009–2013 The Apache Software Foundation. All rights reserved.