Package test.wsdl.wrapped

Examples of test.wsdl.wrapped.Attraction


public class City_BBBBindingImpl implements City_BBBBinding {
    public static final String OID_STRING = "Attraction@cityCF::1028:1028";

    public Attraction getAttraction(String attname) throws java.rmi.RemoteException {
        Attraction attraction = new Attraction();
        attraction.set_OID(OID_STRING);
        attraction.setFacts("New Orleans at Christmastime is a city with the best food in the world, the best music" +
                            " in the world, international shopping, the French Quarter -- America's most " +
                            " romantic neighborhood, and the friendliest, most big-hearted people you'd ever " +
                            " want to share a rousing celebration with. New Orleans is a natural place for Christmas " +
                            " merry making, and if it is not, then, to quote a New Orleans R&B classic, " +
                            " 'grits ain't groceries, eggs ain't poultry, and Mona Lisa was a " +
View Full Code Here


        if (attname == null ||
            !(attname.equals("Christmas") ||
              attname.equals("Xmas"))) {
            return null;
        }
        Attraction attraction = new Attraction();
        attraction.set_OID(OID_STRING);
        attraction.setFacts("New Orleans at Christmastime is a city with the best food in the world, the best music" +
                            " in the world, international shopping, the French Quarter -- America's most " +
                            " romantic neighborhood, and the friendliest, most big-hearted people you'd ever " +
                            " want to share a rousing celebration with. New Orleans is a natural place for Christmas " +
                            " merry making, and if it is not, then, to quote a New Orleans R&B classic, " +
                            " 'grits ain't groceries, eggs ain't poultry, and Mona Lisa was a " +
View Full Code Here

TOP

Related Classes of test.wsdl.wrapped.Attraction

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.