public final class IntermediateResponseFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static IntermediateResponse |
createIntermediateResponse(String oid,
byte[] encoded,
ResponseControl[] responseControls,
int msgId)
Creates an intermediate response from the supplied response data.
|
public static IntermediateResponse createIntermediateResponse(String oid, byte[] encoded, ResponseControl[] responseControls, int msgId)
oid - of the responseencoded - BER encoding of the responseresponseControls - associated with this responsemsgId - message id associated with this responseCopyright © 2023. All rights reserved.