Package com.vhosting.netconf

From this package you can access the basic operations of Netconf as Java classes.

See:
          Description

Class Summary
CloseSession The close-session Netconf operation.
Commit The commit Netconf operation.
Config This class provides the elements to modify, add or remove information between the configuration data.
CopyConfig The copy-config Netconf operation.
CreateSubscription The create-subscription Netconf operation.
Datastore This class represents a datastore.
DeleteConfig The delete-config Netconf operation.
DiscardChanges The discard-changes Netconf operation.
EditConfig The edit-config Netconf operation.
Get The get Netconf operation.
GetConfig The get-config Netconf operation.
KillSession The kill-session Netconf operation.
Lock The lock Netconf operation.
Operation This class provides the basis for the construction of a specific RPC operation, with its own features, whose operation is conditioned by the capabilities made available to the server.
PartialLock The partial-lock Netconf operation.
PartialUnlock The partial-unlock Netconf operation.
SubtreeFilter This class represents a SubtreeFilter.
Unlock The unlock Netconf operation.
Validate The validate Netconf operation.
XPathSelections This class represents a set of xpath that refer to nodes within a datastore.
 

Enum Summary
EditConfig.DefaultEditOperation This enumeration lists each type of operation by default when editing configuration data.
EditConfig.ErrorOption This enumeration lists all kinds of error options.
EditConfig.TestOption This enumeration lists all kinds of tests that can be undertaken during the editing of the configuration data.
 

Exception Summary
CapabilityException This exception must necessarily be thrown when uses an operation and you are not meeting the set of capabilities available to the server.
ConfigException This exception is thrown when errors occur during parsing of a configuration data.
SubtreeFilterException This exception is thrown when errors occur during parsing of a SubtreeFilter.
 

Package com.vhosting.netconf Description

From this package you can access the basic operations of Netconf as Java classes. Or thanks to the class Opetation implement new operations for specific capability.