Package org.codehaus.xfire.services

Source Code of org.codehaus.xfire.services.ComplexService

package org.codehaus.xfire.services;

import org.codehaus.xfire.services.ns1.Complex1;

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

}
TOP

Related Classes of org.codehaus.xfire.services.ComplexService

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.