⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 verifytestcase.java

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
            binding.enumInout(new EnumHolder(Enum.two));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("enumInout Exception caught: " + re );        }        try {            EnumHolder value = new EnumHolder();            binding.enumOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("enumOut Exception caught: " + re );        }        try {            Enum value = null;            value = binding.enumReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("enumReturn Exception caught: " + re );        }        try {            binding.arrayIn(new String[] {"hi", "ho"});        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("arrayIn Exception caught: " + re);        }        try {            binding.arrayInout(new ArrayHolder(new String[] {"hee", "hee"}));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("arrayInout Exception caught: " + re);        }        try {            ArrayHolder value = new ArrayHolder();            binding.arrayOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("arrayOut Exception caught: " + re);        }        try {            String[] value = binding.arrayReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("arrayReturn Exception caught: " + re);        }        try {            binding.arrayMIn(new int[][][] {new int[][] {new int[] {2}}});        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("arrayMIn Exception caught: " + re);        }        try {            binding.arrayMInout(new ArrayMHolder(new int[][][] {new int[][] {new int[] {2}}}));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("arrayMInout Exception caught: " + re);        }        try {            ArrayMHolder value = new ArrayMHolder();            binding.arrayMOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("arrayMOut Exception caught: " + re);        }        try {            int[][][] value = binding.arrayMReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("arrayMReturn Exception caught: " + re);        }        ComplexAll complexAll = new ComplexAll();        complexAll.setAreaCode(512);        complexAll.setExchange("838");        complexAll.setNumber("4544");        try {            binding.complexAllIn(complexAll);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexAllIn Exception caught: " + re);        }        try {            binding.complexAllInout(new ComplexAllHolder(complexAll));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexAllInout Exception caught: " + re );        }        try {            ComplexAllHolder value = new ComplexAllHolder();            binding.complexAllOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexAllOut Exception caught: " + re );        }        try {            ComplexAll value = null;            value = binding.complexAllReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexAllReturn Exception caught: " + re );        }        ComplexSequence complexSequence = new ComplexSequence();        complexSequence.setAreaCode(512);        complexSequence.setExchange("838");        complexSequence.setNumber("4544");        try {            binding.complexSequenceIn(complexSequence);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexSequenceIn Exception caught: " + re );        }        try {            binding.complexSequenceInout(new ComplexSequenceHolder(complexSequence));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexSequenceInout Exception caught: " + re );        }        try {            ComplexSequenceHolder value = new ComplexSequenceHolder();            binding.complexSequenceOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexSequenceOut Exception caught: " + re );        }        try {            ComplexSequence value = null;            value = binding.complexSequenceReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexSequenceReturn Exception caught: " + re );        }        String[] optArray = new String[] {"abc", "def"};        byte[][] byteArray = new byte[][] { new byte[] {'a', 'b', 'c'}, new byte[] {'x', 'y', 'z'} };        B b = new B();        A a = new A();        a.setC(3);        b.setD(a);        ComplexWComplexStock_quote stockQuote = new ComplexWComplexStock_quote();        Time time = new Time();        time.setDST(false);        stockQuote.setTime(time);        stockQuote.setChange("5");        stockQuote.setPctchange("100%");        stockQuote.setBid("9");        stockQuote.setAsk("11");        stockQuote.setSymbol("AXS");        stockQuote.setLast("5");        ComplexWComplex complexWComplex = new ComplexWComplex();        complexWComplex.setStock_quote(stockQuote);        complexWComplex.setOutside(22);                binding.complexWComplexIn(complexWComplex);        try {            binding.complexWComplexInout(new ComplexWComplexHolder(complexWComplex));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexWComplexInout Exception caught: " + re );        }        try {            ComplexWComplexHolder value = new ComplexWComplexHolder();            binding.complexWComplexOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexWComplexOut Exception caught: " + re );        }        try {            ComplexWComplex value = null;            value = binding.complexWComplexReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("complexWComplexReturn Exception caught: " + re );        }        try {            EmptyComplexType value = new EmptyComplexType();            binding.emptyComplexTypeIn(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("emptyComplexTypeIn Exception caught: " + re );        }        try {            EmptyComplexTypeHolder value = new EmptyComplexTypeHolder( new EmptyComplexType());            binding.emptyComplexTypeInout(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("emptyComplexTypeInout Exception caught: " + re );        }        try {            EmptyComplexTypeHolder value = new EmptyComplexTypeHolder();            binding.emptyComplexTypeOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("emptyComplexTypeOut Exception caught: " + re );        }        try {            EmptyComplexType value = null;            value = binding.emptyComplexTypeReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("emptyComplexTypeReturn Exception caught: " + re );        }        try {            binding.anyIn(new java.lang.String("hi ho"));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("anyIn Exception caught: " + re );        }        try {            binding.anyInout(new ObjectHolder(new java.lang.String("yo ho ho")));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("anyInout Exception caught: " + re );        }        try {            ObjectHolder value = new ObjectHolder();            binding.anyOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("anyOut Exception caught: " + re );        }        try {            java.lang.Object value = binding.anyReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );        }        Cat cat = new Cat();        cat.setPurr("meow");        PersionCat persion = new PersionCat();        Yarn yarn = new Yarn();        yarn.setColor("green");        persion.setPurr("meow meow");        persion.setColor("blue");        persion.setToy(yarn);         try {            binding.animalIn(cat);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("animalIn Exception caught: " + re );        }        try {            binding.animalInout(new AnimalHolder(cat));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("animalInout Exception caught: " + re );        }        try {            AnimalHolder value = new AnimalHolder();            binding.animalOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("animalOut Exception caught: " + re );        }        try {            Animal value = null;            value = binding.animalReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("animalReturn Exception caught: " + re );        }        try {            binding.catIn(cat);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("catIn Exception caught: " + re );        }        try {            binding.catInout(new CatHolder(cat));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("catInout Exception caught: " + re );        }        try {            CatHolder value = new CatHolder();            binding.catOut(value);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("catOut Exception caught: " + re );        }        try {            Cat value = null;            value = binding.catReturn();        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("catReturn Exception caught: " + re );        }        try {            binding.catIn(persion);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("catIn Exception caught: " + re );        }        try {            binding.catInout(new CatHolder(persion));        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("catInout Exception caught: " + re );        }        try {            BooleanHolder bh = new BooleanHolder(true);            boolean actual = binding.methodBoolean(true, bh);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("methodBoolean Exception caught: " + re );        }        try {            ByteHolder bh = new ByteHolder((byte)5);            byte actual = binding.methodByte((byte)5, bh);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("methodByte Exception caught: " + re );        }        try {            ShortHolder sh = new ShortHolder((short)127);            short actual = binding.methodShort((short)127, sh);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("methodShort Exception caught: " + re );        }        try {            IntHolder ih = new IntHolder(2002);            int actual = binding.methodInt(2002, ih);        } catch (java.rmi.RemoteException re) {            throw new junit.framework.AssertionFailedError("methodInt Exception caught: " + re );        }        try {            LongHolder lh = new LongHolder(14003L);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -