Uses of Class
com.lucimber.dbus.message.OutboundError.Builder
Packages that use OutboundError.Builder
Package
Description
D-Bus message types and structures for method calls, returns, signals, and errors.
-
Uses of OutboundError.Builder in com.lucimber.dbus.message
Methods in com.lucimber.dbus.message that return OutboundError.BuilderModifier and TypeMethodDescriptionstatic OutboundError.Builder
OutboundError.Builder.create()
OutboundError.Builder.withBody
(DBusSignature signature, List<? extends DBusType> payload) OutboundError.Builder.withDestination
(DBusString destination) OutboundError.Builder.withErrorName
(DBusString errorName) OutboundError.Builder.withReplySerial
(DBusUInt32 replySerial) OutboundError.Builder.withSerial
(DBusUInt32 serial)