|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Structure | |
|---|---|
| org.opcfoundation.ua.builtintypes | OPC UA Part 6 defines 25 builtin types. |
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| org.opcfoundation.ua.encoding | This folder contains serialization interfaces and serialization implementations |
| org.opcfoundation.ua.encoding.binary | The implementation of binary serialization |
| org.opcfoundation.ua.encoding.xml | The implementation of xml serialization. |
| org.opcfoundation.ua.utils | Utility classes |
| Uses of Structure in org.opcfoundation.ua.builtintypes |
|---|
| Subinterfaces of Structure in org.opcfoundation.ua.builtintypes | |
|---|---|
interface |
ServiceRequest
Super inteface for all service requests messages |
interface |
ServiceResponse
Super interface for all service response messages |
| Methods in org.opcfoundation.ua.builtintypes that return Structure | |
|---|---|
Structure |
Structure.clone()
As every Structure is Cloneable, this method provides convinience method for calling .clone for an unknown Structure. |
| Methods in org.opcfoundation.ua.builtintypes with parameters of type Structure | |
|---|---|
static ExtensionObject |
ExtensionObject.binaryEncode(Structure encodeable,
EncoderContext ctx)
Create extension object by encoding an encodeable to a binary format using the default serializer. |
static ExtensionObject |
ExtensionObject.binaryEncode(Structure encodeable,
IEncodeableSerializer serializer,
EncoderContext ctx)
Create extension object by encoding an encodeable to a binary format |
static ExtensionObject |
ExtensionObject.encode(Structure encodeable,
QualifiedName encodingType,
EncoderContext ctx)
Create extension object by encoding an encodeable to the defined encoding using the default serializer. |
static ExtensionObject |
ExtensionObject.encode(Structure encodeable,
QualifiedName encodingType,
IEncodeableSerializer serializer,
EncoderContext ctx)
Create extension object by encoding an encodeable to the defined encoding using the default serializer. |
static ExtensionObject |
ExtensionObject.xmlEncode(Structure encodeable)
Create extension object by encoding an encodeable to xml format using the default serializer |
static ExtensionObject |
ExtensionObject.xmlEncode(Structure encodeable,
IEncodeableSerializer serializer)
Create extension object by encoding an encodeable to xml format |
| Constructors in org.opcfoundation.ua.builtintypes with parameters of type Structure | |
|---|---|
ExtensionObject(Structure encodeable)
ExtensionObject that encodes the value later when put into a Encoder. |
|
| Uses of Structure in org.opcfoundation.ua.core |
|---|
| Uses of Structure in org.opcfoundation.ua.encoding |
|---|
| Methods in org.opcfoundation.ua.encoding that return Structure | |
|---|---|
Structure |
IDecoder.getStructure(String fieldName)
getStructure. |
Structure[] |
IDecoder.getStructureArray(String fieldName)
getStructureArray. |
| Methods in org.opcfoundation.ua.encoding with parameters of type Structure | |
|---|---|
void |
IEncoder.putStructure(String fieldName,
Structure v)
putStructure. |
void |
IEncoder.putStructureArray(String fieldName,
Structure[] v)
putStructureArray. |
| Method parameters in org.opcfoundation.ua.encoding with type arguments of type Structure | |
|---|---|
void |
IEncoder.putStructureArray(String fieldName,
Collection<Structure> v)
putStructureArray. |
| Uses of Structure in org.opcfoundation.ua.encoding.binary |
|---|
| Methods in org.opcfoundation.ua.encoding.binary that return Structure | |
|---|---|
Structure |
BinaryDecoder.getStructure(String fieldName)
getStructure. |
Structure[] |
BinaryDecoder.getStructureArray(String fieldName)
getStructureArray. |
| Methods in org.opcfoundation.ua.encoding.binary with parameters of type Structure | |
|---|---|
void |
EncoderCalc.putStructure(String fieldName,
Structure v)
putStructure. |
void |
BinaryEncoder.putStructure(String fieldName,
Structure v)
putStructure. |
void |
EncoderCalc.putStructureArray(String fieldName,
Structure[] v)
putStructureArray. |
void |
BinaryEncoder.putStructureArray(String fieldName,
Structure[] v)
putStructureArray. |
| Method parameters in org.opcfoundation.ua.encoding.binary with type arguments of type Structure | |
|---|---|
void |
EncoderCalc.putStructureArray(String fieldName,
Collection<Structure> v)
putStructureArray. |
void |
BinaryEncoder.putStructureArray(String fieldName,
Collection<Structure> v)
putStructureArray. |
| Uses of Structure in org.opcfoundation.ua.encoding.xml |
|---|
| Methods in org.opcfoundation.ua.encoding.xml that return Structure | |
|---|---|
Structure |
XmlDecoder.getStructure(String fieldName)
getStructure. |
Structure[] |
XmlDecoder.getStructureArray(String fieldName)
getStructureArray. |
| Uses of Structure in org.opcfoundation.ua.utils |
|---|
| Classes in org.opcfoundation.ua.utils that implement Structure | |
|---|---|
class |
AbstractStructure
A base class for Structure implementations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||