public final class IntermediateResponseFactory
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
IntermediateResponseFactory()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IntermediateResponse |
createIntermediateResponse(java.lang.String oid,
byte[] encoded,
ResponseControl[] responseControls,
int msgId)
Creates an intermediate response from the supplied response data.
|
private IntermediateResponseFactory()
public static IntermediateResponse createIntermediateResponse(java.lang.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 response