|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Identity | |
---|---|
com.vhosting.netconf.frame | Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. |
Uses of Identity in com.vhosting.netconf.frame |
---|
Subclasses of Identity in com.vhosting.netconf.frame | |
---|---|
class |
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. |
class |
Attribute
This class represents a generic attribute in a Netconf context. |
class |
Container
This class represents a container in the PRC structure. |
class |
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. |
class |
Data
This class provides the basic structure for reading data from a get or get-config operation. |
class |
IdentityCreator
This class adds convenience methods to an Identity. |
class |
Leaf
This class represents an element of an RPC structure that identifies a Leaf in the Netconf RPC, RPC Reply or Notification message. |
class |
LeafList
This class represents an element of an RPC structure that identifies a leaf list in the Netconf RPC, RPC Reply or Notification message. |
class |
List
This class represents a list in the PRC structure. |
class |
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. |
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. |
Methods in com.vhosting.netconf.frame that return Identity | |
---|---|
static Identity |
IdentityCreator.createIdentity(Capability cap,
java.lang.String name)
This is a convenience method that creates an identity with the namespace of the specified Capability. |
Identity |
IdentityCreator.createIdentity(java.lang.String name)
This is a convenience method that creates an identity with the namespace of the RPC operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |