[
https://issues.apache.org/jira/browse/AXIS2-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169240#comment-13169240
]
Hudson commented on AXIS2-5212:
-------------------------------
Integrated in Axis2 #1180 (See [https://builds.apache.org/job/Axis2/1180/])
Applied patch for AXIS2-5212.
sagara :
Files :
*
/axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/typemapping/SimpleTypeMapper.java
> Add getSimpleTypeObject(Class parameter, String text) method to
> org.apache.axis2.databinding.typemapping.SimpleTypeMapper
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: AXIS2-5212
> URL: https://issues.apache.org/jira/browse/AXIS2-5212
> Project: Axis2
> Issue Type: Improvement
> Components: databinding
> Reporter: Sadeep Jayasumana
> Fix For: 1.6.2, 1.7.0
>
> Attachments: AXIS2-5212.patch
>
>
> Currently org.apache.axis2.databinding.typemapping.SimpleTypeMapper class has
> getSimpleTypeObject(Class parameter, OMElement value) method. Only usage of
> the OMElement parameter of this method is to retrieve the text encapsulated
> in it by calling value.getText() method. getSimpleTypeObject(Class parameter,
> String text) would be a more API-wise cleaner version of this method.
> Introducing getSimpleTypeObject(Class parameter, String text) is useful since
> converting a String into a simple type (int, long, etc.) is a common
> requirement. In fact, in many places of Apache Synapse project this sort of
> conversions are done using newly written code. If getSimpleTypeObject(Class
> parameter, String text) method is introduced to SimpleTypeMapper class, then
> it can be reused by number of places including some code in Apache Synpase
> project without writing new code for the same purpose.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]