Package org.apache.cxf.systest.jaxb.shareclasses.model.bar

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

Related Classes of org.apache.cxf.systest.jaxb.shareclasses.model.bar.BarName

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.