Package webapp.util

Examples of webapp.util.JaxbParser


public class XmlStorage extends FileStorage {
    private JaxbParser xmlParser;

    public XmlStorage(String path) {
        super(path);
        xmlParser = new JaxbParser(Resume.class, Organization.class, Link.class,
                OrganizationSection.class, StringSection.class, Period.class);
    }
View Full Code Here

TOP

Related Classes of webapp.util.JaxbParser

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.