Package org.freedesktop.dbus.messages
Class MessageFactory
- java.lang.Object
-
- org.freedesktop.dbus.messages.MessageFactory
-
public final class MessageFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Modifier Constructor Description privateMessageFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MessagecreateMessage(byte _type, byte[] _buf, byte[] _header, byte[] _body, java.util.List<FileDescriptor> _filedescriptors)
-
-
-
Method Detail
-
createMessage
public static Message createMessage(byte _type, byte[] _buf, byte[] _header, byte[] _body, java.util.List<FileDescriptor> _filedescriptors) throws DBusException, MessageTypeException
- Throws:
DBusExceptionMessageTypeException
-
-