Package complex1

Examples of complex1.TestDistance


import org.apache.cxf.aegis.services.ns1.Complex1;

public class ComplexService {
    public Complex1 getComplex1() {
        Complex1 c1 = new Complex1();

        return c1;
    }
View Full Code Here


public class ComplexService
{
    public Complex1 getComplex1()
    {
        Complex1 c1 = new Complex1();
    
        return c1;
    }
View Full Code Here

TOP

Related Classes of complex1.TestDistance

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.