Changes the protocol factory.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void setProtocolFactory( DOFProtocolFactory factory )
Parameters
- factory
- Type: org.opendof.core.oalDOFProtocolFactory
The protocol factory. Must not be null.
Remarks
See Also