com.asdf.test
Class XmlParsingTest

java.lang.Object
  extended by com.asdf.test.XmlParsingTest

public class XmlParsingTest
extends java.lang.Object

This shows how to use JAXB to update the unmarshalled content tree then marshal it back to xml document


Constructor Summary
XmlParsingTest()
           
 
Method Summary
 void testMarshalling()
          testMarshalling Tries to marshal Message from xml document and then unmarshal it back.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlParsingTest

public XmlParsingTest()
Method Detail

testMarshalling

public void testMarshalling()
                     throws java.lang.Exception
testMarshalling Tries to marshal Message from xml document and then unmarshal it back.

Throws:
java.lang.Exception