Examples of BarName


Examples of org.apache.cxf.systest.jaxb.shareclasses.model.bar.BarName

    }
   
    @Test
    public void testCallMultipleService() throws Exception {
       
        final NameElement barName = new BarName();
        barName.setName("Bob");
        callBar(barName);
        final NameElement fooName = new FooName();
        fooName.setName("Alice");
        callFoo(fooName);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.