Examples of SayHiResponse


Examples of org.apache.hello_world_xml_http.mixed.types.SayHiResponse

    public void greetMeOneWay(String me) {
    }

    public SayHiResponse sayHi1(SayHi in) {
        SayHiResponse response = new SayHiResponse();
        response.setResponseType("Bonjour");
        return response;

    }
View Full Code Here
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.