|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
---|---|
com.vhosting.netconf.frame | Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. |
Uses of Container in com.vhosting.netconf.frame |
---|
Methods in com.vhosting.netconf.frame that return Container | |
---|---|
static Container |
IdentityCreator.createContainer(Capability cap,
java.lang.String name)
This is a convenience method that creates a Container with the namespace of the specified Capability. |
Container |
IdentityCreator.createContainer(java.lang.String name)
This is a convenience method that creates a Container with the namespace of the RPC operation. |
Container |
Data.getData()
Get the first entry point to the structure as a container. |
Container |
Rpc.getInput()
Get the first entry point to the structure of the PRC operation as a container. |
Container |
ListValue.getMirrorContainer(ContainerReference cr)
Get the unique instance of container for this ListValue created through the container reference specified. |
Container |
Notification.getNotification()
Get the first entry point to the structure of the PRC notification as a container. |
Container |
Rpc.getOutput()
Get the first entry point to the structure of the PRC reply as a container. |
Container |
ContainerReference.linkContainer(Container c)
Link a Container to this container as part of the RPC structure. |
Methods in com.vhosting.netconf.frame with parameters of type Container | |
---|---|
Container |
ContainerReference.linkContainer(Container c)
Link a Container to this container as part of the RPC structure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |