Uses of Class
com.vhosting.netconf.frame.RpcReplyErrorInfo.ErrorElement

Packages that use RpcReplyErrorInfo.ErrorElement
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
 

Uses of RpcReplyErrorInfo.ErrorElement in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return RpcReplyErrorInfo.ErrorElement
static RpcReplyErrorInfo.ErrorElement RpcReplyErrorInfo.ErrorElement.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RpcReplyErrorInfo.ErrorElement[] RpcReplyErrorInfo.ErrorElement.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vhosting.netconf.frame with parameters of type RpcReplyErrorInfo.ErrorElement
 java.lang.String RpcReplyErrorInfo.getProtocolErrorInfo(RpcReplyErrorInfo.ErrorElement errorElement)
          Get informations for the specific error element.
 boolean RpcReplyErrorInfo.hasProtocolErrorInfo(RpcReplyErrorInfo.ErrorElement errorElement)
          Check if any information about the error element specified.