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

Packages that use RpcReply
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
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. 
com.vhosting.netconf.yuma Provides a minimal implementation of YUMA System Capability. 
 

Uses of RpcReply in com.vhosting.netconf
 

Methods in com.vhosting.netconf that return RpcReply
 RpcReply Operation.executeSync(RpcHandler handler)
          Allows you to execute the operation, through the use of a RpcHandler and waits until you get a reply.
 

Constructors in com.vhosting.netconf with parameters of type RpcReply
Get.GetReply(RpcReply reply)
          Constructs an instance of the class.
GetConfig.GetConfigReply(RpcReply reply)
          Constructs an instance of the class.
Operation.Reply(RpcReply reply)
          Create a specific reply to the operation.
PartialLock.PartialLockReply(RpcReply reply)
          Constructs an instance of the class.
 

Uses of RpcReply in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return RpcReply
 RpcReply RpcHandler.sendSyncRpc(Rpc operation)
          Send an operation and waits until you get a reply.
 

Methods in com.vhosting.netconf.frame with parameters of type RpcReply
 void RpcReplySpecificListener.processRpcReply(RpcReply reply)
          Implement this method to intercept the response of the RPC operation.
 void RpcReplyListener.processRpcReply(RpcReply reply, int messageId)
          Implement this method when you do not associate a specific listener for RPC reply to an operation.
 

Uses of RpcReply in com.vhosting.netconf.messages
 

Classes in com.vhosting.netconf.messages that implement RpcReply
 class RpcReplyMsg
          This class represents the RPC Reply message in the Netconf protocol.
 

Uses of RpcReply in com.vhosting.netconf.yuma
 

Constructors in com.vhosting.netconf.yuma with parameters of type RpcReply
Load.LoadReply(RpcReply reply)
          Constructs an instance of the class.