org.freedesktop.dbus

Class MethodReturn

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
MethodCallgetCall()
protected voidsetCall(MethodCall call)

Constructor Detail

MethodReturn

public MethodReturn(String dest, long replyserial, String sig, Object... args)

MethodReturn

public MethodReturn(String source, String dest, long replyserial, String sig, Object... args)

MethodReturn

public MethodReturn(MethodCall mc, String sig, Object... args)

MethodReturn

public MethodReturn(String source, MethodCall mc, String sig, Object... args)

Method Detail

getCall

public MethodCall getCall()

setCall

protected void setCall(MethodCall call)