public interface NetconfDeviceFactory
| Modifier and Type | Method and Description |
|---|---|
NetconfDevice |
createNetconfDevice(NetconfDeviceInfo netconfDeviceInfo)
Creates a new NETCONF device based on the supplied information.
|
NetconfDevice createNetconfDevice(NetconfDeviceInfo netconfDeviceInfo) throws NetconfException
netconfDeviceInfo - information of the device to create.NetconfException - when problems arise creating the device and establishing
the connection.