Package com.robustaweb.library.rest.representation.implementation

Examples of com.robustaweb.library.rest.representation.implementation.JdomRepresentation


                + "id : 12, age : 24, firstName : 'John', lastName : 'Doe', userName : 'johndoe', "
                + " numbers : [1, 2, 3, 4],"
                + "}";

        //only JDOM now
        representations = new Representation[]{new JdomRepresentation(xml)};
    }
View Full Code Here

TOP

Related Classes of com.robustaweb.library.rest.representation.implementation.JdomRepresentation

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.