Package org.freedesktop.dbus.interfaces
Interface Introspectable
-
- All Superinterfaces:
DBusInterface
- All Known Implementing Classes:
DBusDaemon.DBusServer,GlobalHandler
public interface Introspectable extends DBusInterface
Objects can provide introspection data via this interface and method. See the Introspection Format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringIntrospect()-
Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
-
-
-
Method Detail
-
Introspect
String Introspect()
- Returns:
- The XML introspection data for this object
-
-