Uses of Class
com.prosysopc.ua.ModelException

Packages that use ModelException
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client Main client side classes of the SDK. 
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of ModelException in com.prosysopc.ua
 

Methods in com.prosysopc.ua that throw ModelException
protected  void ModelParserBase.addNodes(List<org.opcfoundation.ua.core.AddNodesItem> nodes, String type)
           
protected  void ModelParserBase.addReferences(List<org.opcfoundation.ua.core.AddReferencesItem> references)
           
 void ModelParserBase.createModel(boolean failOnFirstError)
          Creates the previously parsed model into the AddressSpaceHandler specified at initialization
 void UaAddressSpace.loadModel(InputStream inputStream)
          Load an Information Model into the application's address space.
 void UaAddressSpace.loadModel(URI path)
          Load an Information Model into the application's address space.
 void ModelParserBase.parseFile(InputStream inputStream)
          Reads a XML NodeSet file and loads its information into an internal buffer.
 void ModelParserBase.parseFile(InputStream inputStream, Charset charset)
          Reads a XML NodeSet file and loads its information into an internal buffer.
 void ModelParserBase.parseFile(URI uri)
          Reads a XML NodeSet file and loads its information into an internal buffer.
 

Uses of ModelException in com.prosysopc.ua.client
 

Methods in com.prosysopc.ua.client that throw ModelException
protected  void ModelParser.addNodes(List<org.opcfoundation.ua.core.AddNodesItem> nodes, String type)
           
protected  void ModelParser.addReferences(List<org.opcfoundation.ua.core.AddReferencesItem> references)
           
 void AddressSpace.loadModel(InputStream inputStream)
          Load an Information Model into the client.
 void AddressSpace.loadModel(InputStream inputStream, Collection<org.opcfoundation.ua.builtintypes.ExpandedNodeId> ignoredNodes, boolean failOnFirstError)
          Load an Information Model into the client.
 void AddressSpace.loadModel(URI path)
          Load an Information Model into the client.
 void AddressSpace.loadModel(URI path, Collection<org.opcfoundation.ua.builtintypes.ExpandedNodeId> ignoredNodes, boolean failOnFirstError)
          Load an Information Model into the server.
 

Uses of ModelException in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that throw ModelException
 void NodeManagerTable.loadModel(InputStream inputStream)
          Load an Information Model into the client.
 void NodeManagerTable.loadModel(InputStream inputStream, Collection<org.opcfoundation.ua.builtintypes.ExpandedNodeId> ignoredNodes, boolean failOnFirstError)
          Load an Information Model into the server.
 void NodeManagerTable.loadModel(URI path)
          Load an Information Model into the server.
 void NodeManagerTable.loadModel(URI path, Collection<org.opcfoundation.ua.builtintypes.ExpandedNodeId> ignoredNodes, boolean failOnFirstError)
          Load an Information Model into the server.
 void UaServer.registerAndLoadModel(ServerCodegenModel codegenModel, URI nodeSetXml)
          Specify an information model to use in the application.
 



Copyright © 2018. All rights reserved.