Package org.objectweb.celtix.geronimo.builder

Examples of org.objectweb.celtix.geronimo.builder.PortInfo


   
    public void setUp() throws Exception {
        mockBusFactory = new MockBusFactory();
        mockBus = mockBusFactory.createMockBus();

        portInfo = new PortInfo();
        portInfo.setWsdlFile("file:/tmp/foo.wsdl");
        portInfo.setServiceName(new QName("", "TestService").toString());

    }
View Full Code Here

TOP

Related Classes of org.objectweb.celtix.geronimo.builder.PortInfo

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.