Hi, I would like to specify a parent class as the return type in my webservice in order to be aple to return the appropritae child class at runtime. I know that xfire supports polymorphic javabeans (inheritance) in both aegis and jaxb2 bindings. e.g. <service> ... <property name="jaxb.search.packages"> <list> <entry>com.acme.square</entry> </list> </property> </service>
Is there a similar support using the jsr181 component? If so, please let me know the equivalent configuration element to the above example? If not, then does that mean I need to use the deprecated xfire component? Cheers, Hari. -- View this message in context: http://www.nabble.com/polymorphic-javabean-support-in-jsr181-tf2967484s12049.html#a8303491 Sent from the ServiceMix - User mailing list archive at Nabble.com.
