Uses of Class
org.freedesktop.dbus.exceptions.MarshallingException
Packages that use MarshallingException
-
Uses of MarshallingException in org.freedesktop.dbus
Methods in org.freedesktop.dbus that throw MarshallingExceptionModifier and TypeMethodDescriptionstatic FileDescriptorFileDescriptor.fromJavaFileDescriptor(FileDescriptor _data, ISocketProvider _provider) Utility method to create a DBusFileDescriptorfrom aFileDescriptor.
Tries to use the provided ISocketProvider if present first.
If not present or conversion failed, tries to convert using reflection.FileDescriptor.toJavaFileDescriptor(ISocketProvider _provider) Converts this DBusFileDescriptorto aFileDescriptor.
Tries to use the provided ISocketProvider if present first. -
Uses of MarshallingException in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that throw MarshallingExceptionModifier and TypeMethodDescriptionprivate ObjectMessage.extractArray(byte[] _signatureBuf, byte[] _dataBuf, int[] _offsets, Message.ExtractOptions _options, Message.ExtractMethod _extractMethod) Extracts an array from the data received on bus.