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

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

Uses of List in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return List
static List IdentityCreator.createList(Capability cap, java.lang.String name)
          This is a convenience method that creates a list with the namespace of the specified Capability.
 List IdentityCreator.createList(java.lang.String name)
          This is a convenience method that creates a list with the namespace of the RPC operation.
 List ListValue.getMirrorList(ListReference lr)
          Get the unique instance of list for this ListValue created through the list reference specified.
 List ContainerReference.linkList(List l)
          Link a List to this container as part of the RPC structure.
 

Methods in com.vhosting.netconf.frame with parameters of type List
 List ContainerReference.linkList(List l)
          Link a List to this container as part of the RPC structure.