This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Printing an XML file read by File Providersunil_patel Feb 21, 2012 8:01 PM (in response to mohankumarc8988)String messageString = new String((byte[])message.getBody().get()); System.out.println("Default message body is: " + messageString); 
- 
        2. Re: Printing an XML file read by File Providermohankumarc8988 Feb 22, 2012 3:21 AM (in response to sunil_patel)Hi Hitesh, Thank you very much for the reply. Now I can able see the the contents of the XML using above statement. Thank you once Again Mohan Kumar C 
 
    