| Package | Description |
|---|---|
| com.mathworks.mps.client.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
NargoutDispatcher
This class is responsible for handling the input arguments for any MATLAB function
that returns multiple output arguments, and then call the right overloaded Invoke method
from MWInvocable interface
|
class |
SingleOutputDispatcher
This class is responsible for calling the right overloaded Invoke method from MWInvocable
interface with nargout set to 1 and specified targetType
|
class |
VoidOutputDispatcher
This class is responsible for calling the right overloaded Invoke method from
MWInvocable interface with Void as the targetType and 0 output arguments
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Method,MWMethodDispatcher> |
IdentifyDispatcher.buildMethodToDispatcherMap(URL url,
Class mwComponent,
MWClient client) |
| Constructor and Description |
|---|
MWClientInvocationHandler(Map<Method,MWMethodDispatcher> methodDispatcherTable) |
Copyright © 2015–2024. All rights reserved.