Hi-
I am trying to understand if i can concat the values in mapping so as to
produce a result .
i am having a class called Phone

Class Phone{
  String phoneNumber;
}

My xml which i need to unmarshal looks like below
                                  <Phone>
                                         <countryCode>1</countryCode> 
                                        <AreaCode>312</AreaCode>
                                        <DialNumber>5551212</DialNumber>
                                </Phone>

is there any way in mapping so I can concat the values of
countrycode,areacode,dialnumber to 'phoneNumber' attribute?

Thanks,
Sam
-- 
View this message in context: 
http://old.nabble.com/concat-values-at-runtime-tp27554663p27554663.html
Sent from the Castor - User mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to