Class ThriftResource


  • @Path("/thrift")
    @ApplicationScoped
    public class ThriftResource
    extends Object
    • Field Detail

      • context

        @Inject
        org.apache.camel.CamelContext context
    • Constructor Detail

      • ThriftResource

        public ThriftResource()
    • Method Detail

      • loadComponentThrift

        @Path("/load/component/thrift")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentThrift()
                                                      throws Exception
        Throws:
        Exception
      • loadDataformatThrift

        @Path("/load/dataformat/thrift")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadDataformatThrift()
                                                       throws Exception
        Throws:
        Exception