Uses of Package
com.vhosting.netconf.frame

Packages that use com.vhosting.netconf.frame
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
com.vhosting.netconf.example Contains examples and code to test the product API. 
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.notification Contains what you need to receive notifications. 
com.vhosting.netconf.transport Contains everything related to the transport protocol of Netconf messages. 
com.vhosting.netconf.yuma Provides a minimal implementation of YUMA System Capability. 
 

Classes in com.vhosting.netconf.frame used by com.vhosting.netconf
Anyxml
          This class represents an element of an RPC structure that identifies a generic portions of XML in the Netconf RPC, RPC Reply or Notification message.
Rpc
          This class provides the basic structure for the construction of RPC operations and reading the associated RPC reply informations.
RpcHandler
          This interface defines the methods useful for handling the sending of RPC commands and the receiving of RPC replies.
RpcReply
          This interface defines the reply to an RPC operation.
RpcReplySpecificListener
          This listener is the listener of a specific RPC reply to a specific operation.
 

Classes in com.vhosting.netconf.frame used by com.vhosting.netconf.example
RpcHandler
          This interface defines the methods useful for handling the sending of RPC commands and the receiving of RPC replies.
 

Classes in com.vhosting.netconf.frame used by com.vhosting.netconf.frame
Anyxml
          This class represents an element of an RPC structure that identifies a generic portions of XML in the Netconf RPC, RPC Reply or Notification message.
Attribute
          This class represents a generic attribute in a Netconf context.
Clearable
          An element of the RPC structure that implements this interface can remove all assignments of values made up for himself or on their sub elements in a recursive manner.
Container
          This class represents a container in the PRC structure.
ContainerReference
          A container reference defines the identity of a container with which it is possible to instantiate a new container with the same characteristics and structure mirrored in common.
Identity
          This class allows to implement objects that possess a specific identity within the Netconf system.
IdentityCreator
          This class adds convenience methods to an Identity.
Leaf
          This class represents an element of an RPC structure that identifies a Leaf in the Netconf RPC, RPC Reply or Notification message.
LeafList
          This class represents an element of an RPC structure that identifies a leaf list in the Netconf RPC, RPC Reply or Notification message.
List
          This class represents a list in the PRC structure.
ListReference
          A list reference defines the identity of a list with which it is possible to instantiate a new list with the same characteristics and structure mirrored in common.
ListValue
          This class provides the methods necessary for the assignment of the elements contained within a list.
Node
          This interface defines the methods that are attributed to an element of Node type that is part of a structure PRC.
Rpc
          This class provides the basic structure for the construction of RPC operations and reading the associated RPC reply informations.
RpcReply
          This interface defines the reply to an RPC operation.
RpcReplyError
          This interface defines an RPC error as a possible reply to an RPC operation.
RpcReplyError.ErrorSeverity
          This enum lists the types of severity of a RPC error.
RpcReplyError.ErrorTag
          This enum represents the cataloging of all possible errors that can be found in an RPC response.
RpcReplyError.ErrorType
          This listing allows you to catalog all RPC error that can be obtained in response to an RPC operation.
RpcReplyErrorInfo
          The RPC reply error info.
RpcReplyErrorInfo.ErrorElement
          This enumeration represents all the elements of which it is possible to have more information.
RpcReplyErrorMessage
          This interface makes available information about an error received in response to a human readable form.
RpcReplyListener
          This is the general listener of RPC reply to operations that were not specified a specific listener.
RpcReplySpecificListener
          This listener is the listener of a specific RPC reply to a specific operation.
 

Classes in com.vhosting.netconf.frame used by com.vhosting.netconf.messages
Notification
          This class provides the basic structure for reading an RPC notification.
Rpc
          This class provides the basic structure for the construction of RPC operations and reading the associated RPC reply informations.
RpcReply
          This interface defines the reply to an RPC operation.
RpcReplyError
          This interface defines an RPC error as a possible reply to an RPC operation.
 

Classes in com.vhosting.netconf.frame used by com.vhosting.netconf.notification
Notification
          This class provides the basic structure for reading an RPC notification.
 

Classes in com.vhosting.netconf.frame used by com.vhosting.netconf.transport
RpcHandler
          This interface defines the methods useful for handling the sending of RPC commands and the receiving of RPC replies.
 

Classes in com.vhosting.netconf.frame used by com.vhosting.netconf.yuma
RpcReply
          This interface defines the reply to an RPC operation.