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

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

Uses of IdentityCreator in com.vhosting.netconf.frame
 

Subclasses of IdentityCreator in com.vhosting.netconf.frame
 class Data
          This class provides the basic structure for reading data from a get or get-config operation.
 class Notification
          This class provides the basic structure for reading an RPC notification.
 class Rpc
          This class provides the basic structure for the construction of RPC operations and reading the associated RPC reply informations.