Package ru.aristar.jnuget.rss

Examples of ru.aristar.jnuget.rss.MainUrl


     */
    @GET
    @Produces(MediaType.APPLICATION_XML)
    @Path("")
    public Response getXml() {
        MainUrl mainUrl = new MainUrl(context.getAbsolutePath().toString());
        XmlStreamingOutput streamingOutput = new XmlStreamingOutput(mainUrl);
        return Response.ok(streamingOutput, MediaType.APPLICATION_XML).build();
    }
View Full Code Here

TOP

Related Classes of ru.aristar.jnuget.rss.MainUrl

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.