public class ResponseBuilder<T> extends Object
| Constructor and Description |
|---|
ResponseBuilder(int nargout,
Class<T> targetType,
boolean hasNargout,
MWAttributesContainer attributesContainer,
String functionName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createMATLABResponse(MATLABResult.MATLAB_Result mlResult)
Convert a MATLABResult protobuf message into JAVA primitive types
|
public ResponseBuilder(int nargout,
Class<T> targetType,
boolean hasNargout,
MWAttributesContainer attributesContainer,
String functionName)
public Object createMATLABResponse(MATLABResult.MATLAB_Result mlResult) throws MATLABException
mlResult - MATLABResult protobuf message representing the result of invocation of a
MATLAB functionMATLABExceptionCopyright © 2015–2021. All rights reserved.