Class MessageHandler

java.lang.Object
org.freedesktop.secret.handlers.MessageHandler

public class MessageHandler extends Object
  • Constructor Details

    • MessageHandler

      public MessageHandler(org.freedesktop.dbus.connections.impl.DBusConnection connection)
  • Method Details

    • send

      public Object[] send(String service, String path, String iface, String method, String signature, Object... args)
    • getProperty

      public org.freedesktop.dbus.types.Variant getProperty(String service, String path, String iface, String property)
    • getAllProperties

      public org.freedesktop.dbus.types.Variant getAllProperties(String service, String path, String iface)
    • setProperty

      public void setProperty(String service, String path, String iface, String property, org.freedesktop.dbus.types.Variant value)
    • getConnection

      public org.freedesktop.dbus.connections.impl.DBusConnection getConnection()