< prev index next >

jdk/test/javax/xml/soap/XmlTest.java

Print this page

        

*** 36,47 **** import java.io.IOException; import java.util.Iterator; /* * @test ! * @compile -addmods java.xml.ws XmlTest.java ! * @run main/othervm -addmods java.xml.ws XmlTest * @summary tests JAF DataHandler can be instantiated; test serialize and * deserialize SOAP message containing xml attachment */ public class XmlTest { --- 36,47 ---- import java.io.IOException; import java.util.Iterator; /* * @test ! * @modules java.xml.ws ! * @run main XmlTest * @summary tests JAF DataHandler can be instantiated; test serialize and * deserialize SOAP message containing xml attachment */ public class XmlTest {
< prev index next >