org.freedesktop.dbus
Class MethodReturn

java.lang.Object
  extended by org.freedesktop.dbus.Message
      extended by org.freedesktop.dbus.MethodReturn

public class MethodReturn
extends Message


Nested Class Summary
 
Nested classes/interfaces inherited from class org.freedesktop.dbus.Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageType
 
Field Summary
 
Fields inherited from class org.freedesktop.dbus.Message
bytecounter, flags, globalserial, headers, PROTOCOL, protover, serial, type, wiredata
 
Constructor Summary
MethodReturn(MethodCall mc, String sig, Object... args)
           
MethodReturn(String dest, long replyserial, String sig, Object... args)
           
MethodReturn(String source, MethodCall mc, String sig, Object... args)
           
MethodReturn(String source, String dest, long replyserial, String sig, Object... args)
           
 
Method Summary
 MethodCall getCall()
           
protected  void setCall(MethodCall call)
           
 
Methods inherited from class org.freedesktop.dbus.Message
align, append, appendByte, appendBytes, appendint, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getDestination, getFlags, getHeader, getHeaderFieldName, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getWireData, marshallint, marshallintBig, marshallintLittle, pad, setArgs, setSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodReturn

public MethodReturn(String dest,
                    long replyserial,
                    String sig,
                    Object... args)
             throws DBusException
Throws:
DBusException

MethodReturn

public MethodReturn(String source,
                    String dest,
                    long replyserial,
                    String sig,
                    Object... args)
             throws DBusException
Throws:
DBusException

MethodReturn

public MethodReturn(MethodCall mc,
                    String sig,
                    Object... args)
             throws DBusException
Throws:
DBusException

MethodReturn

public MethodReturn(String source,
                    MethodCall mc,
                    String sig,
                    Object... args)
             throws DBusException
Throws:
DBusException
Method Detail

getCall

public MethodCall getCall()

setCall

protected void setCall(MethodCall call)