public class CallMethod
extends org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler
org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler.InvocationContextorg.eclipse.milo.opcua.sdk.server.api.methods.MethodInvocationHandler.NodeIdUnknownHandler, org.eclipse.milo.opcua.sdk.server.api.methods.MethodInvocationHandler.NotImplementedHandler| Modifier and Type | Field and Description |
|---|---|
static org.eclipse.milo.opcua.stack.core.types.structured.Argument |
IN |
static org.eclipse.milo.opcua.stack.core.types.structured.Argument |
OUT |
| Constructor and Description |
|---|
CallMethod(org.eclipse.milo.opcua.sdk.server.nodes.UaMethodNode node) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
getInputArguments() |
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
getOutputArguments() |
protected org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] |
invoke(org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler.InvocationContext invocationContext,
org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] inputValues) |
public static final org.eclipse.milo.opcua.stack.core.types.structured.Argument IN
public static final org.eclipse.milo.opcua.stack.core.types.structured.Argument OUT
public CallMethod(org.eclipse.milo.opcua.sdk.server.nodes.UaMethodNode node)
public org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getInputArguments()
getInputArguments in class org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerpublic org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getOutputArguments()
getOutputArguments in class org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerprotected org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] invoke(org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler.InvocationContext invocationContext,
org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] inputValues)
invoke in class org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerApache Camel