202122232425262728
import org.apache.cxf.aegis.services.ns1.Complex1; public class ComplexService { public Complex1 getComplex1() { Complex1 c1 = new Complex1(); return c1; }
456789101112
public class ComplexService { public Complex1 getComplex1() { Complex1 c1 = new Complex1(); return c1; }