The default protocol factory implements
DOFProtocolFactory
and is the factory that is used unless
you create your own. Defining and using protocol factories is a very advanced use case. You should not
change the default factory without a detailed knowledge of DOF protocol specifications.
Inheritance Hierarchy
org.opendof.core.oalDOFDefaultProtocolFactory
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public class DefaultProtocolFactory : DOFProtocolFactory, DOFImmutable
The DOFDefaultProtocolFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DOFDefaultProtocolFactory | Constructs a default protocol factory. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| getApplication | ||
| getAppVersions | ||
| getDefaultENP | ||
| getDefaultEPP | ||
| getENPInstance | ||
| getENPVersions | ||
| getEPPInstance | ||
| getEPPVersions | ||
| getESPInstance | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| getSecurityMode(Int16) | ||
| getSecurityMode(Int16, DOFMarshalContext, Object, DOFPacket) | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also
Reference
Builder.setProtocolFactory(DOFProtocolFactory)