Examples of JaxbSolution


Examples of ru.syktsu.projects.oko2.server.jaxb.JaxbSolution

    public void postSolution(JaxbSolution input) throws GeneralServerException {
    }

    @WebMethod
    public JaxbSolution getSolution(String id) throws GeneralServerException {
        return new JaxbSolution();
    }
View Full Code Here

Examples of ru.syktsu.projects.oko2.server.jaxb.JaxbSolution

    public void postSolution(@WebParam(name = "solution") JaxbSolution input) throws GeneralServerException {
    }

    @WebMethod
    public JaxbSolution getSolution(@WebParam(name = "solutionId") String solutionId) throws GeneralServerException {
        return new JaxbSolution();
    }
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.