Class VirtDataService

  • All Implemented Interfaces:
    io.virtdata.docsys.api.WebServiceObject

    @Singleton
    @Path("virtdata")
    public class VirtDataService
    extends java.lang.Object
    implements io.virtdata.docsys.api.WebServiceObject
    • Constructor Summary

      Constructors 
      Constructor Description
      VirtDataService()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String parseResult​(java.lang.String recipe)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VirtDataService

        public VirtDataService()
    • Method Detail

      • parseResult

        @GET
        @Produces("text/plain")
        @Path("testrecipe")
        public java.lang.String parseResult​(@QueryParam("recipe")
                                            java.lang.String recipe)