Uses of Class
com.vhosting.netconf.messages.RpcReplyMsg

Packages that use RpcReplyMsg
com.vhosting.netconf.messages Contains classes used by the system and that serve to define the XML messages of Netconf protocol. 
 

Uses of RpcReplyMsg in com.vhosting.netconf.messages
 

Methods in com.vhosting.netconf.messages that return RpcReplyMsg
static RpcReplyMsg RpcReplyMsg.createServerRpcReply(byte[] message)
          Create the server side Rpc Reply message from a byte array as source.