Uses of Class
com.vhosting.netconf.frame.Rpc

Packages that use Rpc
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. 
 

Uses of Rpc in com.vhosting.netconf
 

Fields in com.vhosting.netconf declared as Rpc
protected  Rpc Operation.operation
          The RPC operation reference.
 

Uses of Rpc in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame with parameters of type Rpc
 boolean RpcReply.load(Rpc rpc)
          Load into an RPC structure the values for it if exist.
 int RpcHandler.sendRpc(Rpc operation)
          Send a RPC operation.
 void RpcHandler.sendRpc(Rpc operation, RpcReplySpecificListener listener)
          Send a RPC operation specifying a listener that will intercept the RPC reply.
 RpcReply RpcHandler.sendSyncRpc(Rpc operation)
          Send an operation and waits until you get a reply.
 

Uses of Rpc in com.vhosting.netconf.messages
 

Methods in com.vhosting.netconf.messages with parameters of type Rpc
 boolean RpcReplyMsg.load(Rpc rpc)