Hi there,

I am using Mule with XFire. I have a web service that returns a "user"
object. The user object has methods that return a collection eg  

/**** Web Service Class *****/
public UserService();

public uSER  getUser(){
   ......


the user  object has a method  called getTasks which returns a List of
package.Task objects.

public User {
....
      List getTasks(){ 
.....

}

How do I get this defined using aegis.xml? I have tried a 

UserService.aegis.xml

<mappings>
        <mapping>
                <property componentType="package.Task" />
    </mapping>
</mappings>

But I still get errors about the component type java.util.List. I dont have
direct access to the User class it is contained in a "3rd party jar"

Thanks
-- 
View this message in context: 
http://www.nabble.com/How-to-map-java.util.List-returned-by-method-on-object--tf3645292.html#a10180541
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to