Interface NamespaceCreator
public interface NamespaceCreator
Something that creates an OPC UA namespace for a test.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.sdk.server.api.ManagedNamespaceWithLifecyclecreateNamespace(org.eclipse.milo.opcua.sdk.server.OpcUaServer server) Creates the namespace.
-
Method Details
-
createNamespace
org.eclipse.milo.opcua.sdk.server.api.ManagedNamespaceWithLifecycle createNamespace(org.eclipse.milo.opcua.sdk.server.OpcUaServer server) Creates the namespace.- Parameters:
server- the server instance- Returns:
- the created namespace
-