You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Shameera Rathnayaka (JIRA)" <ji...@apache.org> on 2013/04/28 19:26:15 UTC

[jira] [Updated] (AXIS2-5515) ObjectSuplier doesn't provide a way to instantiate object in runtime which is not a POJO.

     [ https://issues.apache.org/jira/browse/AXIS2-5515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shameera Rathnayaka updated AXIS2-5515:
---------------------------------------

    Attachment: ObjectSupplier.patch

Hi devs, 

I have attached fix for this. I have declare a method Object getObject(Class clazz , OMElement beanElement) throws AxisFault; to ObjectSupplier , DefaultObjectSupplier doesn't provide logic for this. And i have changed BeanUtil calss to process accrodingly. This patch will not change the default behavior. 

Thanks,
Shameera.  
                
> ObjectSuplier doesn't provide a way to instantiate object in runtime which is not a POJO. 
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5515
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5515
>             Project: Axis2
>          Issue Type: Improvement
>          Components: kernel
>    Affects Versions: 1.6.2, 1.7.0
>            Reporter: Shameera Rathnayaka
>            Assignee: Shameera Rathnayaka
>             Fix For: 1.7.0
>
>         Attachments: ObjectSupplier.patch
>
>
> Currently ObjectSupplier interface doesn't provide a way to instantiate Objects in runtime which doesn't has nullary constructor. it only define one method which takes 
> only class object as method parameter. There is no way to instantiate a non POJO in runtime. Even we doesn't need to provide such a feature with DefaultObjectSupplier , 
> it is good to provide a API to do that. Then user can provide their own implementation this. Adding new method(Object getObject(Class clazz , OMElement beanElement) throws AxisFault;)
>  to ObjectSupplier would provide this. We don't need to implement this method in our DeafaultObjectSuppler. 
> One use case for this is Java.util.UUID , this class doesn't has nullary constructor which only has UUID(long mostSigBits, long leastSigBits) , in such a case user can writer 
> their own implementation of ObjectSupplier and use it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org