| Package | Description |
|---|---|
| com.mathworks.mps.client |
Provides library support for Java clients to communicate with MATLAB Production Server.
|
| com.mathworks.mps.client.internal |
| Modifier and Type | Method and Description |
|---|---|
MWInvokable |
MWClient.createComponentProxy(URL url)
Creates a proxy object reference to a deployable archive hosted by MATLAB Production Server.
|
MWInvokable |
MWHttpClient.createComponentProxy(URL url)
Creates a reflection-based proxy object reference to a deployable archive
hosted by MATLAB Production Server.
|
MWInvokable |
MWHttpClient.createComponentProxy(URL url)
Creates a reflection-based proxy object reference to a deployable archive
hosted by MATLAB Production Server.
|
MWInvokable |
MWClient.createComponentProxy(URL url)
Creates a 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.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentProxy
Implements MWInvocable interface.
|
| Constructor and Description |
|---|
NargoutDispatcher(String functionName,
MWInvokable invokable,
boolean isVarArgs) |
NargoutDispatcher(String functionName,
MWInvokable invokable,
boolean isVarArgs) |
SingleOutputDispatcher(String functionName,
Class targetType,
MWInvokable invokable,
boolean isVarArgs) |
SingleOutputDispatcher(String functionName,
Class targetType,
MWInvokable invokable,
boolean isVarArgs) |
VoidOutputDispatcher(String functionName,
MWInvokable invokable,
boolean isVarArgs) |
VoidOutputDispatcher(String functionName,
MWInvokable invokable,
boolean isVarArgs) |
Copyright © 2015–2021. All rights reserved.