org.freedesktop.dbus
public class MethodReturn extends Message
Constructor Summary | |
---|---|
MethodReturn(String dest, long replyserial, String sig, Object... args) | |
MethodReturn(String source, String dest, long replyserial, String sig, Object... args) | |
MethodReturn(MethodCall mc, String sig, Object... args) | |
MethodReturn(String source, MethodCall mc, String sig, Object... args) |
Method Summary | |
---|---|
MethodCall | getCall() |
protected void | setCall(MethodCall call) |