Package org.jboss.test.xml.any

Examples of org.jboss.test.xml.any.Container


      FileReader xmlReader = new FileReader(xml);

      Unmarshaller unmarshaller = UnmarshallerFactory.newInstance().newUnmarshaller();
      Object o = unmarshaller.unmarshal(xmlReader, schema);

      Container container = new Container();
      container.setId("any test");
      container.setAnyContent(Collections.getInstance());
      assertEquals(container, o);
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.xml.any.Container

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.