Package com.vhosting.netconf.frame

Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply.

See:
          Description

Interface Summary
Assignable An element of the RPC structure that implements this interface can itself contain assignable elements.
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.
Node This interface defines the methods that are attributed to an element of Node type that is part of a structure PRC.
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.
RpcReplyError This interface defines an RPC error as a possible reply to an RPC operation.
RpcReplyErrorInfo The RPC reply error info.
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.
 

Class Summary
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.
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.
Data This class provides the basic structure for reading data from a get or get-config operation.
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.
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.
 

Enum Summary
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.ErrorElement This enumeration represents all the elements of which it is possible to have more information.
 

Package com.vhosting.netconf.frame Description

Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. Additionally, it contains everything related to the processing of configuration data and notifications.