Uses of Interface
com.vhosting.netconf.frame.RpcReplyError

Packages that use RpcReplyError
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
com.vhosting.netconf.messages Contains classes used by the system and that serve to define the XML messages of Netconf protocol. 
 

Uses of RpcReplyError in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return RpcReplyError
 RpcReplyError[] RpcReply.getErrors()
          Returns the error associated with the RPC operation associated if any.
 

Uses of RpcReplyError in com.vhosting.netconf.messages
 

Methods in com.vhosting.netconf.messages that return RpcReplyError
 RpcReplyError[] RpcReplyMsg.getErrors()