public abstract class BsdParser extends Object
| Constructor and Description |
|---|
BsdParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.milo.opcua.stack.core.serialization.codecs.OpcUaBinaryDataTypeCodec<?> |
getEnumCodec(EnumeratedType enumeratedType)
Create an
OpcUaBinaryDataTypeCodec for the provided EnumeratedType. |
protected abstract org.eclipse.milo.opcua.stack.core.serialization.codecs.OpcUaBinaryDataTypeCodec<?> |
getStructCodec(StructuredType structuredType)
Create an
OpcUaBinaryDataTypeCodec for the provided StructuredType. |
DictionaryDescription |
parse(InputStream inputStream)
Parse an XML document containing a type dictionary conforming to the OPC Binary XML Schema.
|
public DictionaryDescription parse(InputStream inputStream) throws JAXBException
inputStream - the InputStream to read the XML document from.DictionaryDescription.JAXBException - if parsing fails.protected abstract org.eclipse.milo.opcua.stack.core.serialization.codecs.OpcUaBinaryDataTypeCodec<?> getEnumCodec(EnumeratedType enumeratedType)
OpcUaBinaryDataTypeCodec for the provided EnumeratedType.enumeratedType - the EnumeratedType.OpcUaBinaryDataTypeCodec for the provided EnumeratedType.protected abstract org.eclipse.milo.opcua.stack.core.serialization.codecs.OpcUaBinaryDataTypeCodec<?> getStructCodec(StructuredType structuredType)
OpcUaBinaryDataTypeCodec for the provided StructuredType.structuredType - the StructuredType.OpcUaBinaryDataTypeCodec for the provided StructuredType.Copyright © 2021. All rights reserved.