| Package | Description |
|---|---|
| com.mathworks.mps.client |
Provides library support for Java clients to communicate with MATLAB Production Server.
|
| com.mathworks.mps.client.internal | |
| com.mathworks.mps.client.rest |
RESTful API and Protocol Buffer Support
|
| Modifier and Type | Class and Description |
|---|---|
class |
MWDefaultMarshalingRules
Provides a default implementation of
MWMarshalingRules. |
| Modifier and Type | Method and Description |
|---|---|
MWInvokable |
MWClient.createComponentProxy(URL url,
MWMarshalingRules marshalingRules)
Creates a reflection-based proxy object reference to a deployable hosted by MATLAB Production Server.
|
MWInvokable |
MWHttpClient.createComponentProxy(URL url,
MWMarshalingRules marshalingRules)
Creates a reflection-based proxy object reference to a deployable archive
hosted by MATLAB Production Server.
|
MWInvokable |
MWHttpClient.createComponentProxy(URL url,
MWMarshalingRules marshalingRules)
Creates a reflection-based proxy object reference to a deployable archive
hosted by MATLAB Production Server.
|
MWInvokable |
MWClient.createComponentProxy(URL url,
MWMarshalingRules marshalingRules)
Creates a reflection-based proxy object reference to a deployable hosted by MATLAB Production Server.
|
| Constructor and Description |
|---|
ComponentProxy(MWFevalHandler httpHandler,
URL url,
MWMarshalingRules marshalingRules,
MWClientUsageLock clientUsageLock,
MWHttpClient httpClient) |
ComponentProxy(MWFevalHandler httpHandler,
URL url,
MWMarshalingRules marshalingRules,
MWClientUsageLock clientUsageLock,
MWHttpClient httpClient) |
MWAttributesContainer(MWMarshalingRules mwMarshalingRules) |
MWAttributesContainer(MWMarshalingRules mwMarshalingRules) |
| Modifier and Type | Method and Description |
|---|---|
MWMarshalingRules |
MATLABParams.getMwMarshalingRules()
Returns an object of type
MWMarshalingRules. |
MWMarshalingRules |
MATLABParams.getMwMarshalingRules()
Returns an object of type
MWMarshalingRules. |
| Modifier and Type | Method and Description |
|---|---|
static MATLABParams |
MATLABParams.newInstance(int nargout,
Class targetType,
MWMarshalingRules mwMarshalingRules,
Object... inputs)
Creates a MATLABParams object.
|
static MATLABParams |
MATLABParams.newInstance(int nargout,
Class targetType,
MWMarshalingRules mwMarshalingRules,
Object... inputs)
Creates a MATLABParams object.
|
Copyright © 2015–2021. All rights reserved.