Class CallMethod
- java.lang.Object
-
- org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler
-
- org.apache.camel.component.milo.server.internal.CallMethod
-
- All Implemented Interfaces:
org.eclipse.milo.opcua.sdk.server.api.methods.MethodInvocationHandler
public class CallMethod extends org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler
org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler.InvocationContext
-
Nested classes/interfaces inherited from interface org.eclipse.milo.opcua.sdk.server.api.methods.MethodInvocationHandler
org.eclipse.milo.opcua.sdk.server.api.methods.MethodInvocationHandler.NodeIdUnknownHandler, org.eclipse.milo.opcua.sdk.server.api.methods.MethodInvocationHandler.NotImplementedHandler
-
-
Constructor Summary
Constructors Constructor Description CallMethod(org.eclipse.milo.opcua.sdk.server.nodes.UaMethodNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getInputArguments
public org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getInputArguments()
- Specified by:
getInputArgumentsin classorg.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler
-
getOutputArguments
public org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getOutputArguments()
- Specified by:
getOutputArgumentsin classorg.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler
-
invoke
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)- Specified by:
invokein classorg.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler
-
-