javaopc-uamilo

Is there a client side mechanism like the `NodeFactory` to create nodes on the server recursively?


the server can use the NodeFactory to recursively create nodes based on an ObjectTypeNode. Is there a similar mechanism for the client?

To be more precise: Can i use the servers's objectTypeManager.registerObjectType() to register "types" and trigger the creation of "instances" from the client side?

Thank you!


Solution

  • No, not like you're thinking.

    If the server supports the NodeManagement services in general, and the AddNodes service in particular, all that a Client would need to do is call the AddNodes service and tell the Server to create a Node of some particular Type Defintion.