Package org.apache.cxf.person

Examples of org.apache.cxf.person.People


    public void addPerson(Person p) {
        people.add(p);
    }

    public People getPeople() {
        People p = new People();
        p.getPerson().addAll(people);
        return p;
    }
View Full Code Here

TOP

Related Classes of org.apache.cxf.person.People

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.