类 PdfResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.pdf.it.PdfResource
-
@Path("/pdf") @ApplicationScoped public class PdfResource extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 (专用程序包) org.apache.camel.ProducerTemplateproducerTemplate
-
构造器概要
构造器 构造器 说明 PdfResource()
-
-
-
方法详细资料
-
createFromText
@Path("/createFromText") @POST @Consumes("text/plain") @Produces("application/octet-stream") public javax.ws.rs.core.Response createFromText(String message) throws Exception- 抛出:
Exception
-
appendText
@Path("/appendText") @PUT @Consumes("text/plain") @Produces("application/octet-stream") public javax.ws.rs.core.Response appendText(String message) throws Exception- 抛出:
Exception
-
-