Uses of Class
com.esf.net.netconf.service.NetconfError

Packages that use NetconfError
com.esf.net.netconf.service   
 

Uses of NetconfError in com.esf.net.netconf.service
 

Methods in com.esf.net.netconf.service that return NetconfError
 NetconfError[] INetconfModule.editConfig(IConfigElement topElement, boolean stopOnError)
          Supplies an IConfigElement representing the top element in the tree of elements that will be used to edit the configuration.
 NetconfError NetconfErrorException.getError()
           
 

Methods in com.esf.net.netconf.service with parameters of type NetconfError
 void NetconfErrorException.setError(NetconfError error)
           
 

Constructors in com.esf.net.netconf.service with parameters of type NetconfError
NetconfErrorException(NetconfError error)