view dbus-d-javatests/dbustest.xml @ 4:427c0332a111

work on DBusTesting
author Frank Benoit <benoit@tionex.de>
date Sun, 21 Oct 2007 14:49:02 +0200
parents 5fb77a7e7d64
children 7c2c75740370
line wrap: on
line source

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>

    <interface name="dbustest.OtherInterface">
        <method name="dummy">
            <arg name="arg1" type="s" direction="in"/>
        </method>
    </interface>
    
    <interface name="dbustest.TestControl">
        <method name="getCalledTests">
            <annotation name="org.dsource.dbus.d.Returns" value="res"/>
            <arg name="res" type="as" direction="out"/>
        </method>
        <method name="activateExceptions">
            <arg name="enable" type="b" direction="in"/>
        </method>
    </interface>

    <interface name="dbustest.TestListener">
        <method name="getName">
            <annotation name="org.dsource.dbus.d.Returns" value="res"/>
            <arg name="res" type="s" direction="out"/>
        </method>
    </interface>

    <interface name="dbustest.JavaImpl">
    
        <method name="testV_V">
        </method>

        <method name="testI_I">
            <annotation name="org.dsource.dbus.d.Returns" value="res"/>
            <arg name="res"  type="i" direction="out"/>
            <arg name="arg1" type="i" direction="in" />
        </method>
        
    </interface>

    <interface name="dbustest.DImpl">
    
        <method name="testV_V">
        </method>

        <method name="testI_I">
            <annotation name="org.dsource.dbus.d.Returns" value="res"/>
            <arg name="res"  type="i" direction="out"/>
            <arg name="arg1" type="i" direction="in" />
        </method>
        
    </interface>

</node>