Hi

try implementing Serializable class

like 

public class MobilePhone extends Serializable { 
        @XmlElement 
        private String QueryResult; 
        @XmlElement 
        private String AreaCode; 
} 



--
View this message in context: 
http://camel.465427.n5.nabble.com/JAXB-partial-unmarshalling-tp5739497p5741846.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to