I have my services mapped using spring beans, and am using exclude and a
few other things just fine. However, I was wondering if there's a way to
do the following with a spring bean so I can support HashMaps:

<mappings>
  <mapping>
    <method name="getGiftList">
      <return-type keyType="org.codehaus.xfire.NiceChild"
componentType="org.codehaus.xfire.Present">
    </method>
  </mapping>
</mappings>


I don't see a way to specify keyType... 

I read the JavaDocs, but there's not much (anything) there. Also, what
is MethodBean.getMep?

If this isn't supported, how hard would it be to add, and would it be
something a relatively new user to xFire could do? (I assume it
basically involves adding a method to MethodBean which passes the config
off to the same place .aegis.xml goes...)?

Thanks for the help,

Bucky

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

    http://xircles.codehaus.org/manage_email

Reply via email to