Class DBus::ProxyObjectFactory
In: lib/dbus/introspect.rb
Parent: Object

D-Bus proxy object factory class

Class that generates and sets up a proxy object based on introspection data.

Methods

build   introspect_into   new  

Public Class methods

Investigates the sub-nodes of the proxy object po based on the introspection XML data xml and sets them up recursively.

Creates a new proxy object factory for the given introspection XML xml, bus, destination dest, and path.

Public Instance methods

Generates, sets up and returns the proxy object.

[Validate]