public final class IntermediateResponseFactory extends Object
| Modifier | Constructor and Description |
|---|---|
private |
IntermediateResponseFactory()
Default constructor.
|
| 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.
|
private IntermediateResponseFactory()
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 © 2003-2019 Virginia Tech. All Rights Reserved.